mirror of https://github.com/grpc/grpc-node.git
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…
Reference in New Issue