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
Checking notify's result meant the loop had to carry a third state --
degraded, and the host may or may not know -- so the two flag flips grew
into two nested matches and doubled the body of the refresh arm. That is
a lot of machinery for a host-API blip that the next transition into or
out of the degraded state reports again anyway.
Back to notify_q, with the tradeoff written down where the flag is
seeded. The observe() and startup-registration changes from the previous
commit stand.
0 commit comments