You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The old pick_first LB sends the "Delayed LB pick complete" event twice due to redundant picker updates—once on the first resolver update and again when the subchannel connects. The new pick_first correctly de-duplicates these events.