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

Add debug message for forbidden transitions #160

Merged
merged 1 commit into from Jun 16, 2021

Conversation

denisstasyev
Copy link
Contributor

@denisstasyev denisstasyev commented Jun 9, 2021

Motivation

Difficulties arise in finding the reason for the lack of switching to the desired state of the machine when sending a large number of events.

Solution

This request adds the ability to debug the runtime when sending events by throwing new error.

@matthewp
Copy link
Owner

Thanks! I think this takes care of #162 as well doesn't it?

@matthewp matthewp merged commit 072be7b into matthewp:main Jun 16, 2021
@denisstasyev
Copy link
Contributor Author

Thanks! I think this takes care of #162 as well doesn't it?

No, #162 about another type of invoking errors

@matthewp
Copy link
Owner

I guess I don't follow, if someone forgets to add an error event handler, this code change will inform them of that, correct?

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.

None yet

3 participants