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
is causing holder state in ExitPseudoState not getting set properly.
Bug is used Map<S, StateHolder<S, E>> holderMap in AbstractStateMachineFactory as holder get overridden because of map key. Need to change this to simple list.
The text was updated successfully, but these errors were encountered:
Having something like this in transitions:
is causing holder state in
ExitPseudoState
not getting set properly.Bug is used
Map<S, StateHolder<S, E>> holderMap
inAbstractStateMachineFactory
as holder get overridden because of map key. Need to change this to simple list.The text was updated successfully, but these errors were encountered: