Commit 804d5868 by zihan

bug修改

parent 666c95ae
...@@ -160,7 +160,8 @@ class biboxApi { ...@@ -160,7 +160,8 @@ class biboxApi {
wss.on('close', () => { wss.on('close', () => {
console.log("websocket closed"); console.log("websocket closed");
setTimeout(() => { setTimeout(() => {
this.subscribeSymbols(symbols, depth, callback); // this.subscribeSymbols(symbols, depth, callback);
this._openWs(result,symbols,depth,ipAddress,callback);
}, 2000); }, 2000);
}) })
} }
......
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