Replies: 1 comment 5 replies
-
Yes, firing directly after the client connected is the intended behaviour. There is currently no parameter to change this. Would you like to create a pull request. I can imagine there are use cases where you want the execution to only be performed after the time elapsed. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I noticed when I use ui.timer, my callback gets called immediately at startup, then it waits the elapsed time, then calls it again. Is this the expected behavior? I'd like to wait the elapsed time even at startup before invoking the first callback.
Beta Was this translation helpful? Give feedback.
All reactions