commenting-out this.ws.ping test as it appears broken
This commit is contained in:
parent
3e78524a6d
commit
082b815989
@ -51,7 +51,7 @@ class ClientBase {
|
|||||||
logger.accessLog.info(`client (${this.id}) ponged.`);
|
logger.accessLog.info(`client (${this.id}) ponged.`);
|
||||||
this.ws.pong();
|
this.ws.pong();
|
||||||
}
|
}
|
||||||
this.heartbeat = setInterval(() => { this.ws.ping('ping') }, 30000);
|
//this.heartbeat = setInterval(() => { this.ws.ping('ping') }, 30000);
|
||||||
|
|
||||||
logger.accessLog.info('Client Created', {data});
|
logger.accessLog.info('Client Created', {data});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user