We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bae98b3 + b396b7d commit c6c69dfCopy full SHA for c6c69df
packages/grpc-js-xds/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@grpc/grpc-js-xds",
3
- "version": "1.12.0",
+ "version": "1.12.1",
4
"description": "Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features.",
5
"main": "build/src/index.js",
6
"scripts": {
packages/grpc-js-xds/src/xds-client.ts
@@ -457,9 +457,6 @@ class AdsCallState {
457
if (authorityMap.size === 0) {
458
typeState.subscribedResources.delete(name.authority);
459
}
460
- if (typeState.subscribedResources.size === 0) {
461
- this.typeStates.delete(type);
462
- }
463
this.updateNames(type);
464
465
0 commit comments