good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 17783686 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Improve language in performance comparison

parent 3e3c879a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ Some more advantages of nhooyr/websocket are that it supports concurrent writes
very easy to close the connection with a status code and reason.
In terms of performance, the only difference is nhooyr/websocket is forced to use one extra
goroutine to provide native context support. Otherwise, they should perform identically.
goroutine for context.Context support. Otherwise, they perform identically.
### x/net/websocket
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment