Skip to content

Commit e583710

Browse files
committed
grpc-js-xds: Don't stop backoff timers for ADS streams
1 parent a993703 commit e583710

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/grpc-js-xds/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grpc/grpc-js-xds",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
55
"main": "build/src/index.js",
66
"scripts": {

packages/grpc-js-xds/src/xds-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ export class XdsClient {
688688
ack(serviceKind: AdsServiceKind) {
689689
/* An ack is the best indication of a successful interaction between the
690690
* client and the server, so we can reset the backoff timer here. */
691-
this.adsBackoff.stop();
692691
this.adsBackoff.reset();
693692

694693
this.updateNames(serviceKind);

0 commit comments

Comments
 (0)