mirror of https://github.com/grpc/grpc-node.git
Explicitly log credentials/cancellation races
This commit is contained in:
parent
30bc44f4ce
commit
01749a8d41
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue