altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
619 stars 186 forks source link

Add _sendPing to Digifinex #315

Open JamesGDiaz opened 2 years ago

JamesGDiaz commented 2 years ago

Digifinex websocket closes after ~1 minute if the client doesn't send any messages Implemented the _sendPing pattern from the Contributing guide to DigifinexClient, currently sends pings every 15 seconds

Now my client doesn't disconnect ;)