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
Deadlock calling Event in after-event callback when current state == …
…dst (#104)
* Deadlock in afterEventCallbacks in case when src == dst fixed
* Test added
---------
Co-authored-by: Igor Kuzmin <[email protected]>
race fixes (#94)
* race fixes
* race flag
* ci race flag
* update transition within state mutex, this prevents races at Can calls
---------
Co-authored-by: Emin Tasgetiren <[email protected]>