grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

SubConn transitions directly from CONNECTING to IDLE

Open zasweq opened this issue 11 months ago • 1 comments

There is a race when a Subchannel goes from CONNECTING to READY to IDLE that prevents the READY state change notification. We should fix this, as this is causing specific case handling in balancers such as the new pick first leaf policy for DualStack.

zasweq avatar Nov 21 '24 00:11 zasweq