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
Hi,
Apologies if I have this wrong but I believe there may be a possibility for an infinite, or at least a long running, tight-loop in the case where an application's WebSocket doesn't read a received frame's content inside onReceivedFrame. It is caused by...
Hi,
Apologies if I have this wrong but I believe there may be a possibility for an infinite, or at least a long running, tight-loop in the case where an application's WebSocket doesn't read a received frame's content inside onReceivedFrame. It is caused by...
WebSocketServlet (Lines 164:167)
My understanding is that "event.isReadReady()" will always return true until the frame is read from the socket.
HTH
Cheers,
Alex
The text was updated successfully, but these errors were encountered: