We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af69f94 commit 3584743Copy full SHA for 3584743
1 file changed
core/src/main/java/io/grpc/internal/PickFirstLoadBalancer.java
@@ -172,7 +172,7 @@ public void requestConnection() {
172
}
173
174
private PickResult connectingResult() {
175
- return PickResult.withNoResult("connecting", "pick_first: attempting to connect");
+ return CONNECTING_RESULT;
176
177
178
/** Picker that requests connection during the first pick, and returns noResult. */
0 commit comments