You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, its impossible to create a proper net.Conn wrapper for *websocket.Conn as you cannot implement a SetDeadline method that interrupts a pending read without bricking the connection.
See golang/go#15224 for why a set deadline method that interrupts the connection is useful