|
|
@@ -181,7 +181,7 @@ export class MTP2WebSocket<T extends Package40 | Package50> {
|
|
|
private sendBeat(timer: beatTimer) {
|
|
|
timerUtil.setInterval(
|
|
|
() => {
|
|
|
- console.log('发送回复', this.packageType, ':', this.connState);
|
|
|
+ console.log('发送心跳', this.packageType, ':', this.connState);
|
|
|
// 当前没有连接
|
|
|
if (this.connState !== 2) {
|
|
|
return;
|