Commit 06ca6b65 by ken

修复

parent ca5ef67a
...@@ -59,7 +59,7 @@ const _handleSocketOpen = function(opened_callback) { ...@@ -59,7 +59,7 @@ const _handleSocketOpen = function(opened_callback) {
const accountReqStr = signParams2Str(accountReq); const accountReqStr = signParams2Str(accountReq);
setInterval(() => { setInterval(() => {
this.send(accountReqStr); this.send(accountReqStr);
}, 2000); }, 1500);
}; };
const _handleSocketClose = function(code, reason) { const _handleSocketClose = function(code, reason) {
......
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