You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've been working on merging the no_std_async branch and there I've made the callback hooks async. on_dispatch and on_transition have been renamed to before_dispatch and after_transition respectively, and two new hooks - after_dispatch and after_transition - have been added.
Feel free to try it out and let me know if you encounter any issues. :)
We just tried to make all the methods of our state machine async. For on transition we hit:
We get a similar error for on_dispatch. These methods aren't used in your async example. Are they just not supported yet?
Thanks!
The text was updated successfully, but these errors were encountered: