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 7c87cb5 commit b8f6512Copy full SHA for b8f6512
read.go
@@ -17,7 +17,7 @@ import (
17
"nhooyr.io/websocket/internal/xsync"
18
)
19
20
-// Reader reads from the connection until until there is a WebSocket
+// Reader reads from the connection until there is a WebSocket
21
// data message to be read. It will handle ping, pong and close frames as appropriate.
22
//
23
// It returns the type of the message and an io.Reader to read it.
0 commit comments