We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7ddc commit b4e4f4fCopy full SHA for b4e4f4f
conn.go
@@ -43,7 +43,7 @@ const (
43
// This applies to context expirations as well unfortunately.
44
// See https://github.com/nhooyr/websocket/issues/242#issuecomment-633182220
45
type Conn struct {
46
- noCopy
+ noCopy noCopy
47
48
subprotocol string
49
rwc io.ReadWriteCloser
ws_js.go
@@ -41,7 +41,7 @@ const (
41
42
// Conn provides a wrapper around the browser WebSocket API.
ws wsjs.WebSocket
// read limit for a message in bytes.
0 commit comments