From 96c151bbf9a3ca70874e60f49853d88505f6378b Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Sun, 22 Feb 2026 18:22:20 -0800 Subject: [PATCH] README: remove mention of resolved issue Was done in c7846ea6a8849fe21aed3b8319bac906e8cb1dca and released in v1.8.14. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 6e986897..72afa535 100644 --- a/README.md +++ b/README.md @@ -109,8 +109,6 @@ Advantages of [gorilla/websocket](https://github.com/gorilla/websocket): - Mature and widely used - [Prepared writes](https://pkg.go.dev/github.com/gorilla/websocket#PreparedMessage) - Configurable [buffer sizes](https://pkg.go.dev/github.com/gorilla/websocket#hdr-Buffers) -- No extra goroutine per connection to support cancellation with context.Context. This costs github.com/coder/websocket 2 KB of memory per connection. - - Will be removed soon with [context.AfterFunc](https://github.com/golang/go/issues/57928). See [#411](https://github.com/nhooyr/websocket/issues/411) Advantages of github.com/coder/websocket: