-
Notifications
You must be signed in to change notification settings - Fork 441
ESP32 simple Webserver hangs network connection completely #33
Comments
Seems like you are using ethernet of ESP32-EVB, does this problem happen using ESP's wifi connected to the router directly (instead ethernet)? |
I used both and yes, it doesn't care which interface is used. I came to it by (now I know) illegally using serial interface (which uses timeout |
I played around with examples from https://fipsok.de and put some stress on it. |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Coalesce poll events on queue eviction
I posted a closer description here, but I doubt it's the right place:
espressif/arduino-esp32#2267 (comment)
Basic webserver fails immediately when putting synchronous requests to it using
a webside which contains some small pictures. WLAN or LAN makes no difference.
(Arduino+AsyncWebserver).
For me it "feels" like an interfacing issue to lwIP or even a problem in lwIP.
Are you able to tell me how to continue debugging?
The text was updated successfully, but these errors were encountered: