-
Notifications
You must be signed in to change notification settings - Fork 34
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
Adding event payloads #102
Comments
This was added in December 2018 to the |
I am using the release version 0.9, which was released in January. It looks like the change you're talking about hasn't made to the release line. Is this in some kind of development line? Any idea when it will make it to the release? |
The master branch is stable, so you can try this. It is just not tagged with a version nummer. It wont probobly be long before a new tag is made But anyway, this feature is missing in the non-string version You have to enable the string version with a parameter to scxmlcc. Also note that this wont have the same performance if that is critical for you. |
This is a suggestion for improvement:
It would be nice if it was possible to pass additional data when dispatching an event. I currently get around this by placing data in the user_model area, but it complicates control of the access in a multi-threaded environment. It would be much simpler if one could pass payload data alongside the event instance when firing events.
The text was updated successfully, but these errors were encountered: