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 a2dfd1d commit 6442a5aCopy full SHA for 6442a5a
README.md
@@ -112,7 +112,9 @@ c.Close(websocket.StatusNormalClosure, "")
112
113
While I believe nhooyr/websocket has a better API than existing libraries,
114
both gorilla/websocket and gobwas/ws were extremely useful in implementing the
115
-WebSocket protocol correctly so big thanks to the authors of both.
+WebSocket protocol correctly so big thanks to the authors of both. In particular,
116
+I made sure to go through the issue tracker of gorilla/websocket to make sure
117
+I implemented details correctly.
118
119
### gorilla/websocket
120
0 commit comments