We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/nhooyr/websocket/blob/ff876f6d14d96bf1de6094887d6bbf167991b046/close_notjs.go#L18-L19
https://github.com/nhooyr/websocket/blob/ff876f6d14d96bf1de6094887d6bbf167991b046/close_notjs.go#L83-L87
Conn.Close may block for up to 5s (stuck in writeControl due to congestion control, w/o triggering timeout) + 10s (wait peer).
The text was updated successfully, but these errors were encountered:
Nice catch, will fix soon.
Sorry, something went wrong.
98779ee
No branches or pull requests
https://github.com/nhooyr/websocket/blob/ff876f6d14d96bf1de6094887d6bbf167991b046/close_notjs.go#L18-L19
https://github.com/nhooyr/websocket/blob/ff876f6d14d96bf1de6094887d6bbf167991b046/close_notjs.go#L83-L87
Conn.Close may block for up to 5s (stuck in writeControl due to congestion control, w/o triggering timeout) + 10s (wait peer).
The text was updated successfully, but these errors were encountered: