vinnie035

Results 2 comments of vinnie035

Maybe replace "true" with "false"... websocketClient.serviceHandlers.reconnecting = () => false;

Try that: `bittrex.options({ websockets: { autoReconnect: false } }); `