Commit fd35e240 by rongjun

bug

parent 87389387
......@@ -44,9 +44,9 @@ class BiboxCollector extends BaseCollector{
_subscribeSymbols(symbols,callback,subscribeDepth){
this._fetchDepthByWebsocket(symbols,subscribeDepth,callback)
setTimeout(()=>{
this._fetchDepthByRest(symbols,subscribeDepth,callback);
},20000);
// setTimeout(()=>{
// this._fetchDepthByRest(symbols,subscribeDepth,callback);
// },20000);
}
_fetchDepthByRest(symbols,depth,callback){
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