mirror of https://github.com/grpc/grpc-node.git
grpc-js-xds: Don't stop backoff timers for LRS streams
This commit is contained in:
parent
4e457b52e7
commit
abbaf13c62
|
@ -781,7 +781,6 @@ export class XdsClient {
|
|||
trace('Received LRS response');
|
||||
/* Once we get any response from the server, we assume that the stream is
|
||||
* in a good state, so we can reset the backoff timer. */
|
||||
this.lrsBackoff.stop();
|
||||
this.lrsBackoff.reset();
|
||||
if (
|
||||
!this.receivedLrsSettingsForCurrentStream ||
|
||||
|
|
Loading…
Reference in New Issue