Merge pull request #2887 from murgatroid99/grpc-js-xds_preserve_type_state_1.9.x

grpc-js-xds: Preserve resource type version and nonce when unsubscribing (1.9.x)
This commit is contained in:
Michael Lumish 2025-01-16 15:45:16 -08:00 committed by GitHub
commit ff204f7429
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -451,9 +451,6 @@ class AdsCallState {
if (authorityMap.size === 0) {
typeState.subscribedResources.delete(name.authority);
}
if (typeState.subscribedResources.size === 0) {
this.typeStates.delete(type);
}
this.updateNames(type);
}