Commit 5441e982 by ken

试试看

parent 759cd3cd
...@@ -33,8 +33,4 @@ function run() { ...@@ -33,8 +33,4 @@ function run() {
}); });
} }
function runWebsocket() { subscribe();
subscribe(); \ No newline at end of file
}
runWebsocket();
\ No newline at end of file
...@@ -58,7 +58,6 @@ const _handleSocketOpen = function(opened_callback) { ...@@ -58,7 +58,6 @@ const _handleSocketOpen = function(opened_callback) {
event: "addChannel", event: "addChannel",
}; };
const accountReqStr = signParams2Str(accountReq); const accountReqStr = signParams2Str(accountReq);
console.log(accountReqStr);
setInterval(() => { setInterval(() => {
this.send(accountReqStr); this.send(accountReqStr);
}, 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