-
Notifications
You must be signed in to change notification settings - Fork 96
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
Close hangs app when WithNoConnClose #80
Comments
I have the same issue. Debugging showed that Line 327 in 0f7f72b
Workaround is to call |
@hashok Calling |
@adsko It shouldn't do that. Make sure you call |
How do we fix this issue? Setting the read deadline in // Connection wraps Reader, Writer and Closer interfaces.
type Connection interface {
io.Reader
io.Writer
io.Closer
} We could call |
When stun connection is created from existing connection, and WithNoConnClose is provided, Close hangs app.
The text was updated successfully, but these errors were encountered: