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 3e3c879 commit 1778368Copy full SHA for 1778368
README.md
@@ -126,7 +126,7 @@ Some more advantages of nhooyr/websocket are that it supports concurrent writes
126
very easy to close the connection with a status code and reason.
127
128
In terms of performance, the only difference is nhooyr/websocket is forced to use one extra
129
-goroutine to provide native context support. Otherwise, they should perform identically.
+goroutine for context.Context support. Otherwise, they perform identically.
130
131
### x/net/websocket
132
0 commit comments