Hi there! I got a problem that I have no idea how to debug. Any help will be appreciated.
So, basically, you can see the problem on the screenshot attached.
The ESP32S3 is acting as WiFi AP.
After I connect to it with my phone and WS connection is established, http_server tries to cleanup some closed session, fails and that is being repeated forever. Meanwhile, the WS connection works, I have no memory leaks, but LRU purge doesn't work (same error), and I cannot establish new connections unless I reboot the device.
After investigating the esp-idf source code, I found that this is the function that fails:
https://github.com/espressif/esp-idf/bl ... ess.c#L471
But I don't understand 1) why does it fail 2) what makes it being executed in a loop
Thanks in advance!
http_server component refuses to close inactive WebSocket connections
Who is online
Users browsing this forum: No registered users and 83 guests