Explicitly log credentials/cancellation races

This commit is contained in:
Michael Lumish 2023-08-03 09:24:24 -07:00
parent 30bc44f4ce
commit 01749a8d41
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ export class LoadBalancingCall implements Call {
* metadata generation finished, we shouldn't do anything with
* it. */
if (this.ended) {
this.trace('Credentials metadata generation finished after call ended');
return;
}
const finalMetadata = this.metadata!.clone();