You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Discuss concurrency and message coalescing in the README. - Add comments to client.go explaining how concurrency requirements are met. - Prevent developers from calling the Client.write method from outside of the writePump goroutine by removing the method. The code is now inlined in Client.writPump.
0 commit comments