You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ESP32-C3 to run a simple http service. But after a client connected, others can not access. Should I close the connection after respone the whole html?
The text was updated successfully, but these errors were encountered:
I have the same problem, using the Chrome browser the connection is blocked for other browsers. It seems that the connection remains open, not allowing access to others. With Firefox, the connection is free for other browsers. I tried putting in the header "Connection: close" but it didn't work.
I use ESP32-C3 to run a simple http service. But after a client connected, others can not access. Should I close the connection after respone the whole html?
The text was updated successfully, but these errors were encountered: