Skip to content

backmp11: State machine processes events although it is not running #198

@chandryan

Description

@chandryan

Calls to process_event in backmp11 are missing a check whether the state machine is running, meaning the state machine seems to be able to process events prior to calling start. However, other functionalities like the active state visitor apply this check. This leads to certain functionalities like deferred events or the history not working properly.

Fix this behavior by ensuring events are not processed as long as the state machine is not running.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions