Skip to content

Commit 19cdc12

Browse files
committed
another missing trace message for parity
1 parent 7883164 commit 19cdc12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grpc-js/src/server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,6 +1495,7 @@ export class Server {
14951495
keepaliveTimeout = setTimeout(() => {
14961496
clearKeepaliveTimeout();
14971497
this.keepaliveTrace('Ping timeout passed without response');
1498+
this.trace('Connection dropped by keepalive timeout');
14981499
sessionClosedByServer = true;
14991500
session.close();
15001501
}, this.keepaliveTimeoutMs);

0 commit comments

Comments
 (0)