We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7c644 commit 9abc265Copy full SHA for 9abc265
README.md
@@ -109,8 +109,6 @@ Advantages of [gorilla/websocket](https://github.com/gorilla/websocket):
109
- Mature and widely used
110
- [Prepared writes](https://pkg.go.dev/github.com/gorilla/websocket#PreparedMessage)
111
- Configurable [buffer sizes](https://pkg.go.dev/github.com/gorilla/websocket#hdr-Buffers)
112
-- No extra goroutine per connection to support cancellation with context.Context. This costs github.com/coder/websocket 2 KB of memory per connection.
113
- - Will be removed soon with [context.AfterFunc](https://github.com/golang/go/issues/57928). See [#411](https://github.com/nhooyr/websocket/issues/411)
114
115
Advantages of github.com/coder/websocket:
116
0 commit comments