Skip to content

Commit 6442a5a

Browse files
committed
More credit to gorilla/websocket
1 parent a2dfd1d commit 6442a5a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,9 @@ c.Close(websocket.StatusNormalClosure, "")
112112

113113
While I believe nhooyr/websocket has a better API than existing libraries,
114114
both gorilla/websocket and gobwas/ws were extremely useful in implementing the
115-
WebSocket protocol correctly so big thanks to the authors of both.
115+
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.
116118

117119
### gorilla/websocket
118120

0 commit comments

Comments
 (0)