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
{{ message }}
This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
I was not able to make GDAX trade subscription sustainable - for me it terminates every other day without any indication - websocket does not disconnect.
You can emulate this by disconnecting the network after initial subscription has been established.
Checking if I've received any messages in the last n seconds would work, but seems hacky.
GDAX API docs indicate there is heartbeat channel to verify that connection is healthy, would be great to have that implemented. https://docs.gdax.com, search for 'heartbeat'
The text was updated successfully, but these errors were encountered:
I was not able to make GDAX trade subscription sustainable - for me it terminates every other day without any indication - websocket does not disconnect.
You can emulate this by disconnecting the network after initial subscription has been established.
Checking if I've received any messages in the last n seconds would work, but seems hacky.
GDAX API docs indicate there is heartbeat channel to verify that connection is healthy, would be great to have that implemented.
https://docs.gdax.com, search for 'heartbeat'
The text was updated successfully, but these errors were encountered: