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

Scene - waiting for scene to finish doesn't work as expected #512

Open
klew opened this issue Jan 30, 2025 · 0 comments
Open

Scene - waiting for scene to finish doesn't work as expected #512

klew opened this issue Jan 30, 2025 · 0 comments

Comments

@klew
Copy link
Member

klew commented Jan 30, 2025

I have a scene "Test 1s", which waits 1s and sends push notification:
Image

Then I create a scene "Test 5x" which tries to start "Test 1s" 5 times with waiting for finish:
Image

Expected result: I should get 5 notifications.
Actual result: I got only 3.

Waiting to scene to finish is implemented as a hidden delay, so it only adds "wait 1 s" between executions of "Test 1s".
It looks like scene "Test 1s" finishes after this timeout "wait 1s" and as a result every second scene run is failing (because previous execution is still running).

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

No branches or pull requests

1 participant