nhooyr / websocket

Minimal and idiomatic WebSocket library for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use context.AfterFunc to remove extra goroutine per connection used for context cancellation

nhooyr opened this issue · comments

See golang/go#57928

Wonderful. Now there can be no performance disadvantage to my library vs gorilla.

See also 8060f3a