aloysius-pgast / bittrex-signalr-client

Node.js implementation of SignalR protocol tailored for Bittrex exchange
39 stars 14 forks source link

Remove subscription on null data #14

Closed neoromantic closed 6 years ago

neoromantic commented 6 years ago

It seems that Bittrex sends null when subscribing for invalid trading pair. Right now it happens for BTC-BCC and USDT-BCC.

I've added a escape from data processing code when it happens