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
exit events where sometimes called 2 times due to the fact that they
always returned false.
This was always triggering process_internal_generic_event in
include/boost/sml/back/state_machine.hpp line 190.
Change implementation to have a behavior similar to the on_entry events
but with reversed logic, bottom to top instead of top to bottom
0 commit comments