You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of having a loop or an if statement to check a timer,
we can have a daemon that publishes Trigger event-message every N seconds.
By subscribing to the message, event handlers can be triggered every N seconds so that it doesn't have to check the timing itself.
The text was updated successfully, but these errors were encountered:
From the discussion with @SimonHeybrock
Instead of having a loop or an if statement to check a timer,
we can have a daemon that publishes
Trigger
event-message everyN
seconds.By subscribing to the message, event handlers can be triggered every
N
seconds so that it doesn't have to check the timing itself.The text was updated successfully, but these errors were encountered: