mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-31 15:06:15 +02:00
BBSLink + WebSockets does not update key press monitor
This commit is contained in:
parent
289b32c169
commit
3eed388e33
2 changed files with 17 additions and 10 deletions
|
@ -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}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue