-
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
Hang on reconnectBlocking #1365
Comments
Thanks for the detailed bug reports. I will try to take a look, most likely next week as I'm very busy right now. |
Facing same issue while What happened in my case: When I try to connect first time using connectBlocking(), 4 out of 5 times it gives an error on
Then I reconnecting using So in the One more thing when we shutdown the server at that time it throw error on client side. Utill it will hang on awaiting state. I am also using Can you please, Help! |
@PhilipRoman any update on this? |
@nilkanth0018
And the jar will appear in target directory |
@PhilipRoman Thanks for the fix! I will have a look on this week closer to the end. |
@PhilipRoman sorry for delay, tested with the branch and everything seems working a it should be. I don't observe any hangs or NPE. Thanks you for the fix! |
Hey @PhilipRoman any chance to have a bugfix release with the fix? Thanks! |
@marci4 does the releases |
Describe the bug
Sometime WebSocketClient hangs on
reconnectBlocking()
atWebSocketClient.java:422
oncloseLatch.await()
. That happens very occasionally.To Reproduce
Steps to reproduce the behavior:
reconnectBlocking()
in a loopExpected behavior
reconnectBlocking()
should never hangDebug log
The only log:
Environment(please complete the following information):
The text was updated successfully, but these errors were encountered: