Commit 5441e982 by ken

试试看

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