node.bittrex.api
node.bittrex.api copied to clipboard
connection aborted
I am receiving all ticker as real time via web-socket. Btw it was writing empty data so I checked console.log I noticed web-socket connection was disconnected. There was log 'connection aborted' So I inserted this code...
websocketsclient.serviceHandlers.reconnecting = function (retry) {
console.log("reconnecting");
return false;
}
I believe this should reconnect since it is described as that in readme... But 'connection aborted' was occurred again and it didn't reconnect. stop working...
Please teach me how can i solve this issue... Thanks in advance
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.