v1.0.3
StateMachine 1.0.3
January 27, 2023
StateMachine 1.0.3 fixes a bug between {ref}State
and {ref}transition
instances sharing
references of callbacks when there were multiple concurrent instances of the same StateMachine
class.
Bugfixes
- #334: Fixed a shared reference
of callbacks when there were multiple concurrent instances of the sameStateMachine
class.