Closed
Description
The readme says:
nhooyr/websocket also responds to pings, pongs and close frames in a separate goroutine so that your application doesn't always need to read from the connection unless it expects a data message.
If an adversary sends a data message to an application that's not expecting a data message, then the read loop blocks forever.