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
java.lang.AssertionError: null
at org.java_websocket.server.WebSocketServer.removeConnection(WebSocketServer.java:610)
at org.java_websocket.server.WebSocketServer.onWebsocketClose(WebSocketServer.java:585)
at org.java_websocket.WebSocketImpl.closeConnection(WebSocketImpl.java:492)
at org.java_websocket.WebSocketImpl.closeConnection(WebSocketImpl.java:505)
at org.java_websocket.WebSocketImpl.eot(WebSocketImpl.java:542)
at org.java_websocket.SocketChannelIOHelper.read(SocketChannelIOHelper.java:17)
at org.java_websocket.server.WebSocketServer.run(WebSocketServer.java:391)
...
which makes the server quit. From reading the code, it seems to me that this could be caused by a client closing the connection before the handshake has been sent.
The text was updated successfully, but these errors were encountered:
…utdown
If an endpoint is not sending a handshake and then closing the
connection, this should not cause an AssertError resulting in a server
shutdown. See TooTallNate#512
…utdown (#514)
* Recieving no handshake from the endpoint should not cause a server shutdown
If an endpoint is not sending a handshake and then closing the
connection, this should not cause an AssertError resulting in a server
shutdown. See #512
* Git derping around...
I am seeing this error occasionally:
which makes the server quit. From reading the code, it seems to me that this could be caused by a client closing the connection before the handshake has been sent.
The text was updated successfully, but these errors were encountered: