BBSLink + WebSockets does not update key press monitor

This commit is contained in:
Bryan Ashby 2019-07-11 22:49:15 -06:00
parent 289b32c169
commit 3eed388e33
No known key found for this signature in database
GPG key ID: B49EB437951D2542
2 changed files with 17 additions and 10 deletions

View file

@ -88,7 +88,7 @@ function WebSocketClient(ws, req, serverType) {
});
//
// Montior connection status with ping/pong
// Monitor connection status with ping/pong
//
ws.on('pong', () => {
Log.trace(`Pong from ${this.socketBridge.remoteAddress}`);