grpc-go
grpc-go copied to clipboard
SubConn transitions directly from CONNECTING to IDLE
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.