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 recently updated my arduino libraries to the latest versions and now my websocket server no longer accepts connections.
I am serving a webpage and creating a websocket server on my ESP32 (NODE32S) and accessing it through my iPad and madOS.
It works fine with v2.4.0 but not with v2.4.1 or higher.
If I go back to v2.4.0 it works again.
I am not using any sort of SSL or secure connection. My esp32 app creates a webserver (on port 80), serves a webpage and starts a websocket connection (on port 8001).
Any ideas?
I'm getting a ConnectionRefusedError: [Errno 61] Connection refused error on the iOS/macOS side (Safari, firefox, chrome all cannot connect).