another missing trace message for parity

This commit is contained in:
David Fiala 2024-05-28 22:37:24 -07:00
parent 7883164137
commit 19cdc1233c
1 changed files with 1 additions and 0 deletions

View File

@ -1495,6 +1495,7 @@ export class Server {
keepaliveTimeout = setTimeout(() => {
clearKeepaliveTimeout();
this.keepaliveTrace('Ping timeout passed without response');
this.trace('Connection dropped by keepalive timeout');
sessionClosedByServer = true;
session.close();
}, this.keepaliveTimeoutMs);