Closed
Description
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