websocket
websocket copied to clipboard
[bug] read tcp: read: connection reset by peer
err:"read tcp: read: connection reset by peer" occurs too often when I call Conn.ReadMessage()
I like this project, maybe I'll start working on helping close old issues? Is that helpful?
This sounds more like a support request than a bug. There are lots of reasons the underlying tcp connections would be closing... any broken connection, any weird wire, etc. Without knowing anything about user's setup, you could maybe try increasing the number of Pings sent out.