We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e43c31 commit 96ed6eaCopy full SHA for 96ed6ea
websocket.go
@@ -492,7 +492,7 @@ func (c *wsConn) setupPings() func() {
492
return nil
493
})
494
c.conn.SetPingHandler(func(appData string) error {
495
- // treat pings as pongs - this lets us register server activity even if it's too busg to respond to our pings
+ // treat pings as pongs - this lets us register server activity even if it's too busy to respond to our pings
496
select {
497
case c.pongs <- struct{}{}:
498
default:
0 commit comments