Skip to content
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

preserve step triggering order if they fire out of sync #6

Open
jsonkao opened this issue Aug 9, 2018 · 1 comment
Open

preserve step triggering order if they fire out of sync #6

jsonkao opened this issue Aug 9, 2018 · 1 comment
Assignees

Comments

@jsonkao
Copy link
Owner

jsonkao commented Aug 9, 2018

No description provided.

@jsonkao jsonkao added this to the v1 milestone Aug 9, 2018
@jsonkao jsonkao self-assigned this Aug 9, 2018
@jsonkao jsonkao removed this from the v1 milestone May 6, 2020
@mdanzige
Copy link

mdanzige commented Sep 6, 2024

I am currently struggling with this issue. In my implementation, step enter / exit events are periodically triggering out of order (for reasons that are unclear to me). Instead of:

step 1 enter -> step 1 exit -> step 2 enter -> step 2 exit

I sometimes get:

step 1 enter -> step 2 enter -> step 1 exit -> step 2 exit

Or similar. For my use case I need the steps to trigger in the "expected" order. Do you have any suggestions on how to work around this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants