更换正式环境,测试修改
This commit is contained in:
@@ -68,7 +68,7 @@ class WebsocketUtil {
|
||||
}
|
||||
this.heartbeatInterval = setInterval(() => {
|
||||
if (this.isOpen) {
|
||||
this.send(JSON.stringify({"type": "ping_interval"}));
|
||||
this.send(JSON.stringify({"type": "ping_interval","set": "onboc"}));
|
||||
}
|
||||
}, this.time);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user