We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ec9eb commit 830f93dCopy full SHA for 830f93d
node-binance-api.js
@@ -645,7 +645,7 @@ LIMIT_MAKER
645
depthCache[symbol] = {bids: {}, asks: {}};
646
messageQueue[symbol] = [];
647
let reconnect = function() {
648
- if ( options.reconnect ) depthCacheFunction(symbol, callback);
+ if ( options.reconnect ) depthCacheFunction([symbol], callback);
649
};
650
subscribe(symbol.toLowerCase()+'@depth', function(depth) {
651
if ( !info[symbol].firstUpdateId ) {
0 commit comments