Commit fd35e240 by rongjun

bug

parent 87389387
...@@ -44,9 +44,9 @@ class BiboxCollector extends BaseCollector{ ...@@ -44,9 +44,9 @@ class BiboxCollector extends BaseCollector{
_subscribeSymbols(symbols,callback,subscribeDepth){ _subscribeSymbols(symbols,callback,subscribeDepth){
this._fetchDepthByWebsocket(symbols,subscribeDepth,callback) this._fetchDepthByWebsocket(symbols,subscribeDepth,callback)
setTimeout(()=>{ // setTimeout(()=>{
this._fetchDepthByRest(symbols,subscribeDepth,callback); // this._fetchDepthByRest(symbols,subscribeDepth,callback);
},20000); // },20000);
} }
_fetchDepthByRest(symbols,depth,callback){ _fetchDepthByRest(symbols,depth,callback){
const restSymbols = symbols; const restSymbols = symbols;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment