You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Where is the ping documentation, websocket keep disconnecting me after a while, no mention of returning ping/pong but I bet that is the problem, I look at finnhub code, and nowhere do I find any mention of ping pong
server send me {"type":"ping"} every 1-2 mins
I try sending a websocket.ping() or .pong() or {"type":"ping"} or {"type":"pong"} but I still keep getting disconnected. so my question is simple.
Where is the ping pong documentation, what is it exactly do I need to keep telling the finnhub websocket server so my connection stay alive?
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
Where is the ping documentation, websocket keep disconnecting me after a while, no mention of returning ping/pong but I bet that is the problem, I look at finnhub code, and nowhere do I find any mention of ping pong
server send me {"type":"ping"} every 1-2 mins
I try sending a websocket.ping() or .pong() or {"type":"ping"} or {"type":"pong"} but I still keep getting disconnected. so my question is simple.
Where is the ping pong documentation, what is it exactly do I need to keep telling the finnhub websocket server so my connection stay alive?
Thank you.
The text was updated successfully, but these errors were encountered: