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
Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
Version
4.5.8
Context
I am using a STOMP server over WebSocket.
When I actively close a connection, the closeHandler is called twice. this is the implementation of StompServerWebSocketConnectionImpl#close
Questions
Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
Version
4.5.8
Context
I am using a STOMP server over WebSocket.
When I actively close a connection, the closeHandler is called twice. this is the implementation of StompServerWebSocketConnectionImpl#close
vertx-stomp/src/main/java/io/vertx/ext/stomp/impl/StompServerWebSocketConnectionImpl.java
Lines 62 to 71 in 5522779
it called handler and closed socket.
vertx-stomp/src/main/java/io/vertx/ext/stomp/impl/StompServerImpl.java
Line 130 in 5522779
but called again by endHandler when websocket close frame was received
The text was updated successfully, but these errors were encountered: