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 critical section was not actually protecting the variable as it is read, but could change prior to the critical section start.
With this change, the variable is read and reset inside the critical section in order to make this atomic and not miss any events.
0 commit comments