Skip to content

Commit 01749a8

Browse files
committed
Explicitly log credentials/cancellation races
1 parent 30bc44f commit 01749a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grpc-js/src/load-balancing-call.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ export class LoadBalancingCall implements Call {
144144
* metadata generation finished, we shouldn't do anything with
145145
* it. */
146146
if (this.ended) {
147+
this.trace('Credentials metadata generation finished after call ended');
147148
return;
148149
}
149150
const finalMetadata = this.metadata!.clone();

0 commit comments

Comments
 (0)