3 Commits

Author SHA1 Message Date
466d552165 签出调整 2025-11-26 10:53:52 +08:00
9d23303919 Merge remote-tracking branch 'origin/qr_branch' into qr_branch 2025-11-26 08:57:28 +08:00
83cdc4ba30 签出调整 2025-11-26 08:56:58 +08:00

View File

@@ -57,9 +57,9 @@ export default class SocketService {
this.connected = false;
this.connectRetryCount++;
this.clearHeartbeat();
/* setTimeout(() => {
this.connect();
}, 500 * this.connectRetryCount);*/
/* setTimeout(() => {
this.connect();
}, 500 * this.connectRetryCount);*/
};
@@ -121,7 +121,7 @@ export default class SocketService {
return;
}
_this.sendHeartbeat();
}
}
}
sendHeartbeat() {