-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Issue-1160 Added java.lang.Error handling in WebSocketImpl and WebSocketServer #1223
Conversation
Issue-1160 Added java.lang.Error handling in WebSocketImpl and WebSocketServer
When wrapping the |
…t just stack trace
Issue-1160 Put whole Error into Exception during Error processing, not just stack trace
…ting Erro to Exception
@Marcono1234 yeap, changed |
@Serpion-ua thank you very much for your contribution! @PhilipRoman thank you for your review! |
Added java.lang.Error handling in WebSocketImpl and WebSocketServer. Fatal Error ( VirtualMachineError | ThreadDeath | LinkageError ) lead to stopping of WebSocketServer. Now non-fatal Error leads to closing of web socket but not stopping of WebSocketServer.
Fixes #1160