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.