good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit b4e4f4f1 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

Don't embed noCopy...

Whoops.
parent 84d7ddcc
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ const (
// This applies to context expirations as well unfortunately.
// See https://github.com/nhooyr/websocket/issues/242#issuecomment-633182220
type Conn struct {
noCopy
noCopy noCopy
subprotocol string
rwc io.ReadWriteCloser
......
......@@ -41,7 +41,7 @@ const (
// Conn provides a wrapper around the browser WebSocket API.
type Conn struct {
noCopy
noCopy noCopy
ws wsjs.WebSocket
// read limit for a message in bytes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment