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'm using WebSocketsClient on my ESP8266 which connects to a python websocket server (https://github.com/aaugustin/websockets/ v3.0).
Everything works perfect but when I'm sending a ping() from the server handler to the client, I see a
[WSc] Disconnected!
[WSc] Connected to url: /
on the serial console.
Am I missing something here?