-
Notifications
You must be signed in to change notification settings - Fork 454
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
handshake timeout #204
base: master
Are you sure you want to change the base?
handshake timeout #204
Conversation
4047bd4
to
5f2f617
Compare
seems ok to me |
Any update on getting this merged? |
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.
Can you please elaborate more in the commit message like you did in PR message?
Also, it would be nice to have a unit test for this.
5f2f617
to
3004d15
Compare
@gustavosbarreto Added a unit test and reworded the commit message. |
3004d15
to
ccf6f02
Compare
…ed within the duration HandshakeTimeout
ccf6f02
to
2326046
Compare
Any update on this review? |
@belak @gustavosbarreto This PR has been sitting for 6 months now. Does anything else need to be addressed, or can it be merged? |
This adds support to time out a connection if a successful handshake has not happened within the duration
HandshakeTimeout
.