Skip to content

Commit 653d681

Browse files
committed
Propagate original picker call started event
1 parent 1860a20 commit 653d681

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grpc-js-xds/src/load-balancer-eds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export class EdsLoadBalancer implements LoadBalancer {
217217
status: originalPick.status,
218218
subchannel: originalPick.subchannel,
219219
onCallStarted: () => {
220+
originalPick.onCallStarted?.();
220221
this.concurrentRequests += 1;
221222
},
222223
extraFilterFactory: extraFilterFactory

0 commit comments

Comments
 (0)