Finite State Machine behavior for the C3 runtime.
Hey piranha305 changing a state to a new state runs the new state event block before the current state exit event block. This could lead to problems if youre doing cleanup or creating new objects.
can you reproduce that and send me a minimal c3p file? i can't seem to reproduce what you described.