-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
ClosedChannelException from jetty-test-webapp javax websocket chat example #3849
Comments
@gregw this should be an error at this point because if we had any frames waiting to send in the |
@lachlan-roberts If you just run the demo, start a chat and then hit the back button on the browser, we get this exception. So that is not abnormal, that is normal usage!!! |
@gregw do you think the behaviour should be changed in some way, or that there should be an error handler so no stack traces are being printed out |
If we receive a Close(SHUTDOWN), I don't see why we are calling onError? Surely calling onClose is enough? |
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
…malClose Issue #3849 - only notify onError for local errors
fixed in #3853 |
The text was updated successfully, but these errors were encountered: