Skip to content

Commit 9abc265

Browse files
committed
chore(docs): remove mention of extra goroutine
1 parent 7d7c644 commit 9abc265

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ Advantages of [gorilla/websocket](https://github.com/gorilla/websocket):
109109
- Mature and widely used
110110
- [Prepared writes](https://pkg.go.dev/github.com/gorilla/websocket#PreparedMessage)
111111
- 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)
114112

115113
Advantages of github.com/coder/websocket:
116114

0 commit comments

Comments
 (0)