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
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:
Hi, I also encountered this problem.
I found a bug in class "EventThread".
Some times the concurrency of the thread may lock this class and in the class "WebSocket" the boolean "writable" remains false, so the client don't send packets anymore and lost connection.
I create a pull request today with the solution. #108
I get same this issue. I use engine.io-client-2.0.0.jar and socket.io-client-1.0.1.jar,
My Client is always disconnected from socketIO server after some minutes. I don't know what to do, It shows log:
io.socket.engineio.client.EngineIOException: websocket error in EVENT_ERROR.
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: