We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2121631 commit f957004Copy full SHA for f957004
packages/grpc-js-xds/src/load-balancer-xds-cluster-impl.ts
@@ -173,7 +173,7 @@ class XdsClusterImplPicker implements Picker {
173
return {
174
pickResultType: originalPick.pickResultType,
175
status: originalPick.status,
176
- subchannel: pickSubchannel?.getWrappedSubchannel() ?? null,
+ subchannel: pickSubchannel?.getWrappedSubchannel?.() ?? null,
177
onCallStarted: () => {
178
originalPick.onCallStarted?.();
179
pickSubchannel?.getStatsObject()?.addCallStarted();
0 commit comments