mirror of https://github.com/grpc/grpc-node.git
another missing trace message for parity
This commit is contained in:
parent
7883164137
commit
19cdc1233c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue