Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#13 Send and execute command upon state enter transition. #325

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

zuev93
Copy link
Member

@zuev93 zuev93 commented Jan 27, 2024

In order to avoid cycle loops (enter -> wait -> command -> enter -> wait -> ....) introduced new state ContinuationState which is a copy of original enter state. Now the flow looks like: enter -> wait -> command -> continuation

@zuev93 zuev93 requested a review from polycone January 27, 2024 10:58
In order to avoid cycle loops (enter -> wait -> command -> enter -> wait -> ....) introduced new state `ContinuationState` which is a copy of original enter state. Now the flow looks like: enter -> wait -> command -> continuation
@zuev93 zuev93 force-pushed the feature/sync_enter_state_transition branch from 9ee6ad0 to ed52f12 Compare January 27, 2024 10:59
@polycone polycone merged commit 2b68a05 into main Jan 27, 2024
@polycone polycone deleted the feature/sync_enter_state_transition branch January 27, 2024 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants