Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stops receiving Messages after a while #4

Open
omarojo opened this issue Dec 5, 2016 · 1 comment
Open

Stops receiving Messages after a while #4

omarojo opened this issue Dec 5, 2016 · 1 comment

Comments

@omarojo
Copy link

omarojo commented Dec 5, 2016

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.

@hamoid
Copy link
Contributor

hamoid commented Nov 27, 2019

I wonder if it is because of this:

https://stackoverflow.com/questions/44882256/jetty-websocket-idletimeout

Something to test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants