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
Previously calls to waiter.CurrentUserCount() were going straight through to the listener (i.e. the global user count), instead of using the last known user count for the waiter.
This has the potential for missed user updates in changes.go, when user changes happen between changes waking up, and changes calling CurrentUserCount().
0 commit comments