We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3604edc commit 8dee580Copy full SHA for 8dee580
read.go
@@ -16,7 +16,7 @@ import (
16
"nhooyr.io/websocket/internal/xsync"
17
)
18
19
-// Reader reads from the connection until until there is a WebSocket
+// Reader reads from the connection until there is a WebSocket
20
// data message to be read. It will handle ping, pong and close frames as appropriate.
21
//
22
// It returns the type of the message and an io.Reader to read it.
0 commit comments