StopwatchDelayState is not Re-entrant
markdmatthews opened this issue · 1 comments
markdmatthews commented
When the delay state meets the time threshold, the stopwatch is not reset, making it impossible to reuse StopwatchDelayState in state machines with cycles in the transition graph.
markdmatthews commented
Fixed.