mirror of
https://github.com/grpc/grpc-node.git
synced 2025-12-08 18:23:54 +00:00
grpc-js: Don't clear ping timeout when still connected
This commit is contained in:
parent
4e457b52e7
commit
ae93d556ec
@ -773,7 +773,7 @@ export class Subchannel {
|
||||
}
|
||||
this.backoffTimeout.unref();
|
||||
if (!this.keepaliveWithoutCalls) {
|
||||
this.stopKeepalivePings();
|
||||
clearInterval(this.keepaliveIntervalId);
|
||||
}
|
||||
this.checkBothRefcounts();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user