Adrian Soluch

Results 6 comments of Adrian Soluch

Is that sufficiently clear? can we close the ticket?

this package will not be maintained, please switch to: https://github.com/dparlevliet/node.bittrex.api

i've added a sample as pull request: https://github.com/Bittrex/beta/pull/5 meanwhile you can checkout this gist: https://gist.github.com/n0mad01/6a582e803ab03c517841180a1844aecf

this duplicates #32 i tried different websocket clients as an alternative but it's not ready yet - also i can't guarantee that it'll work better with another wss client underneath.

an automatic reconnection try should already be initiated, the `return false` on the reconnecting serviceHandler would do that, but if you need to reset it try the following: ```js websocketsclient.serviceHandlers.reconnecting...

the connected serviceHandler is firmly intertwined with the subscribe call in order to simlpyfy the process. right at the moment you'll need to call the bare client and define 'connected'...