mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
oops
This commit is contained in:
parent
ab6eb2d530
commit
0786f6aa07
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ func HandleSocketConnection(conn *websocket.Conn) {
|
||||||
}(_errorChan, _clientChan)
|
}(_errorChan, _clientChan)
|
||||||
|
|
||||||
conn.SetPongHandler(func(pongBody string) error {
|
conn.SetPongHandler(func(pongBody string) error {
|
||||||
fmt.Println("got pong")
|
|
||||||
client.pingCount = 0
|
client.pingCount = 0
|
||||||
return nil
|
return nil
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue