-
Notifications
You must be signed in to change notification settings - Fork 613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deferred events are not handled in case the transition to the desired state was done by timerOnce #1110
Comments
Why attached a zip file? Better to add links to relevant code file, or not? |
I wanted to send some example code, |
package test; import org.junit.Test; import java.util.concurrent.BrokenBarrierException; @RunWith(SpringJUnit4ClassRunner.class)
} |
package test; import org.springframework.context.annotation.Configuration; import java.util.Arrays; @configuration
} |
The best thing is to create a project on GitHub and share it. |
seems that if there are deferred events that are pending for a state and the state is reached by a timer (timeroonce) that these deferred events are not handled
statemachine.zip
Is this a bug?
The text was updated successfully, but these errors were encountered: