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
In one of my projects I use System.Reactive to drive parts of the state machine. I find InternalTransitions useful for a bunch of discrete steps you'd like fine-grained control on, but that do not represent a super state. I noticed in the current implementation these transitions are not exposed to the OnTransitioned handler, which I find reasonable as they do not represent a transition.
However, it would be useful to expose them in a way so that you could use RX to drive the state machine using internal transitions as well as normal transitions.
Feature request (copied from draft PR)
In one of my projects I use System.Reactive to drive parts of the state machine. I find InternalTransitions useful for a bunch of discrete steps you'd like fine-grained control on, but that do not represent a super state. I noticed in the current implementation these transitions are not exposed to the OnTransitioned handler, which I find reasonable as they do not represent a transition.
However, it would be useful to expose them in a way so that you could use RX to drive the state machine using internal transitions as well as normal transitions.
I added a draft PR for discussion and review.
#376
Thanks,
The text was updated successfully, but these errors were encountered: