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
When closing a tcp server connection with WiFiServer::close() then reopening it later with WiFiServer::begin() the tcp_bind failed with error code -13.
This is occuring only if some client connections were style alive when server was close.
Unfortunately I'm not owner of client application (websocket).
In fact when client is:
-chrome on IOS via SAP it's closing correctly
-chrome on Windows 10 via STA it's NOT closing correctly
I'll run extra test Windows on SAP and IOS on STA to detect if issue is due to client of STA engine of ESP.
When closing a tcp server connection with WiFiServer::close() then reopening it later with WiFiServer::begin() the tcp_bind failed with error code -13.
This is occuring only if some client connections were style alive when server was close.
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: