- Notifications
You must be signed in to change notification settings - Fork3.6k
Closed
Labels
Description
right now according to doc you have to read from connection to fireSetPongHandler
event. But if thewebsocket
is used for push only it won't be fired. Solution is to use:
go ws.NextReader()
But the doc is not very straight forward about that. In my opinion there should be description ofhow to setup heartbeat in case of push only usage. Let me know if you need help with that.