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

[646] Fixed possible client hang when connecting to server. #729

Merged
merged 4 commits into from
May 12, 2021

Conversation

wgolyakov
Copy link
Contributor

Fix for #646 and test.
Thanks to @greenmancm for observations.

When using secure connection (wss) while in the conditions of a bad
network connection, the client connection thread can hang in
JdkClientContainer's connectSynchronously() method, because it never
receives neither completed() nor failed() callback.
Missing failed() call added for fix.

Bug: eclipse-ee4j#646
Signed-off-by: Vladimir Golyakov <[email protected]>
@lprimak
Copy link
Contributor

lprimak commented May 12, 2021

@arjantijms this one too?

@arjantijms arjantijms merged commit 24ff4ae into eclipse-ee4j:master May 12, 2021
@jansupol jansupol added this to the 1.18 milestone Sep 7, 2021
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

Successfully merging this pull request may close these issues.

4 participants