We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ws
1 parent 1b0fa99 commit 0b567c9Copy full SHA for 0b567c9
transport/ws/ws.go
@@ -174,5 +174,6 @@ func Connect(params spec.ConnectParameters, netDial spec.Dial) (spec.StreamConn,
174
func NewStreamConn(conn *websocket.Conn, nonce byte) spec.StreamConn {
175
return &GorillaWsConn{
176
conn: conn, nonce: nonce,
177
+ onClose: func() {}, onReadWrite: func() {},
178
}
179
0 commit comments