Skip to content

Commit 96ed6ea

Browse files
magik6karajasek
andauthored
websocket: fix typo in comment
Co-authored-by: Aayush Rajasekaran <[email protected]>
1 parent 6e43c31 commit 96ed6ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

websocket.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ func (c *wsConn) setupPings() func() {
492492
return nil
493493
})
494494
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
495+
// treat pings as pongs - this lets us register server activity even if it's too busy to respond to our pings
496496
select {
497497
case c.pongs <- struct{}{}:
498498
default:

0 commit comments

Comments
 (0)