Replies: 1 comment
-
Hi @magrym. Thanks for taking the time to report this. I've created #531 to track this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I moved from the nuget package 5.13.0 to 5.13.0-dev-4941000713 to get the RetainSynchronizationContext feature, but now my async entry functions don't work. I am getting:
Cannot execute asynchronous action specified in OnEntry event for '***' state. Use asynchronous version of Fire [FireAsync]
And when I look at the code in AsyncFrom.ExecuteAsync in src/Stateless/EntryActionBehaviour.cs it always calls the sync version Execute.
Beta Was this translation helpful? Give feedback.
All reactions