-
Notifications
You must be signed in to change notification settings - Fork 18k
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
x/net/websocket: Document goroutine safety of websocket.Conn #6692
Labels
Milestone
Comments
Found this: http://stackoverflow.com/questions/10986008/is-websocket-send-receive-thread-safe-go-routine-safe "Yes, you can call Send, Receive and Close on a websocket connection concurrently, like you can with all net.Conn's in Go. A short excerpt from the official docs:" Multiple goroutines may invoke methods on a Conn simultaneously. |
Fixed: golang/net@3e5cd1e |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
The text was updated successfully, but these errors were encountered: