-
Notifications
You must be signed in to change notification settings - Fork 999
fix(transport): handle connection error correctly (#650) #651
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
Conversation
A test for ws connection timeout for sync and async would be awesome. |
ok |
add the test test_connect_to_closed_server_without_hangs, please check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but the currently handling of having run and start is confusing I think from my perspective. Will take a more detailed look later how to avoid that.
yep maybe we can fix hang error at this time and think about allow |
) (microsoft#651)" This reverts commit 82885a1. Sorry about the revert. I don't think this handles the connection timeout properly, so let me see if we can get a better fix here.
#650