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
Im connected to a SocketIO server locally. wsc= new WebsocketClient(this, "ws://localhost:8080/socket.io/?EIO=3&transport=websocket");
It works fine, I keep sending mouse coordinates with no problem. But after a minute or so, it stops recieving the messages, it looks like if it is disconnected, but I see no message on the console or anything. It simply stops receiving messages, and I have to relaunch the sketch so it starts again.
The text was updated successfully, but these errors were encountered:
Im connected to a SocketIO server locally.
wsc= new WebsocketClient(this, "ws://localhost:8080/socket.io/?EIO=3&transport=websocket");
It works fine, I keep sending mouse coordinates with no problem. But after a minute or so, it stops recieving the messages, it looks like if it is disconnected, but I see no message on the console or anything. It simply stops receiving messages, and I have to relaunch the sketch so it starts again.
The text was updated successfully, but these errors were encountered: