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
I've been using machina.FSM and am trying to switch to BehavioralFSM. I used to new up the original fsm and subscribe to events on the instance returned from the new operator. My understanding about the BehavioralFSM is that it's just managing the "client" object. How should I subscribe to events for that specific client instance?
The text was updated successfully, but these errors were encountered:
I've been using machina.FSM and am trying to switch to BehavioralFSM. I used to new up the original fsm and subscribe to events on the instance returned from the new operator. My understanding about the BehavioralFSM is that it's just managing the "client" object. How should I subscribe to events for that specific client instance?
The text was updated successfully, but these errors were encountered: