Skip to content

Commit 96c151b

Browse files
authored
README: remove mention of resolved issue
Was done in c7846ea and released in v1.8.14.
1 parent 9f473ad commit 96c151b

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)