Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Possible infinite loop? #8

Open
alewis001 opened this issue Feb 28, 2014 · 0 comments
Open

Possible infinite loop? #8

alewis001 opened this issue Feb 28, 2014 · 0 comments

Comments

@alewis001
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant