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
How to reproduce?
For the FrameHandler.onOpen event, the callback is used to transition from state CONNECTED to OPEN. When you receive the onOpen notification in the Jetty WebSocket API the callback has not been completed and the session is in state CONNECTED. If the application then demands from onOpen a frame could be delivered before the callback is complete and throws a CloseChannelException because the session is not input open yet.
The text was updated successfully, but these errors were encountered:
Jetty version(s)
12
How to reproduce?
For the
FrameHandler.onOpen
event, the callback is used to transition from stateCONNECTED
toOPEN
. When you receive theonOpen
notification in the Jetty WebSocket API the callback has not been completed and the session is in stateCONNECTED
. If the application then demands fromonOpen
a frame could be delivered before the callback is complete and throws aCloseChannelException
because the session is not input open yet.The text was updated successfully, but these errors were encountered: