1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-03 16:38:31 +00:00
This commit is contained in:
Kane York 2015-10-28 23:00:22 -07:00
parent ab6eb2d530
commit 0786f6aa07

View file

@ -185,7 +185,6 @@ func HandleSocketConnection(conn *websocket.Conn) {
}(_errorChan, _clientChan)
conn.SetPongHandler(func(pongBody string) error {
fmt.Println("got pong")
client.pingCount = 0
return nil
})