-
Notifications
You must be signed in to change notification settings - Fork 171
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
Ping timeout from server #107
Comments
Hi, I also encountered this problem. |
I get same this issue. I use engine.io-client-2.0.0.jar and socket.io-client-1.0.1.jar, io.socket.engineio.client.EngineIOException: websocket error in EVENT_ERROR. Any solutions for this issue???? Help me? |
That looks like a version mismatch between the server and the client. Please check the compatibility table here: https://socketio.github.io/socket.io-client-java/installation.html#Compatibility |
My Client is always disconnected from socketIO server after 60 seconds. It seems like my client is not pinging the server but I dont know why that is or where can I setup the pingInterval. Here are my Options for the socket:
I presume I have to match the pingInterval with the SocketIO server but where do i set it up?
Java Client: egine.io-client-2.0.0.jar, socket.io-client-1.0.0.jar
The text was updated successfully, but these errors were encountered: