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
A notification arriving after listen released the mutex but before wait snapshotted the counter became the new baseline, and its broadcast reached no registered waiter, so the role slept until its polling interval expired. Snapshot before subscribing and re-check before blocking, so a signal delivered while a waiter was getting ready is observed rather than swallowed.
0 commit comments