We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f527b commit 085d46cCopy full SHA for 085d46c
conn.go
@@ -37,6 +37,9 @@ const (
37
//
38
// On any error from any method, the connection is closed
39
// with an appropriate reason.
40
+//
41
+// This applies to context expirations as well unfortunately.
42
+// See https://github.com/nhooyr/websocket/issues/242#issuecomment-633182220
43
type Conn struct {
44
subprotocol string
45
rwc io.ReadWriteCloser
0 commit comments