danschnettler

Results 6 comments of danschnettler

I just tried this and it does trigger the onDisconnect. However after that the websocket connects again. So it looks like this: ``` Websocket connected Websocket disconnected Connection aborted Websocket...

I'm sorry I'm pretty new to this but I don't know what you mean by "hook onto". Do I just need to put that line of code somewhere or do...

Thank you for your help on this but I'm still getting the same result with this: ``` var websocketClient; bittrex.websockets.client(function(client) { websocketClient = client; websocketClient.serviceHandlers.reconnecting = () => true; });...

I have tried putting that in my options after my key and secret and that does not work either. @vinnie035

@khuezy it does close the connect but it reconnects right away. And none of these methods to turn off autoReconnect have worked.