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?
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?