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
Iterate is delayed after receiving mail. Even indefinitely if mail is regular and faster than app_tick.
OnNewMail is always called as soon as mail arrives, even if max_app_tick should be limiting it.
Reproduction:
A simple MOOSApp that subscribes to a single variable. Run with iterate_mode=2, app_tick=1, max_app_tick=1. Print a message on each Iterate and OnNewMail.
publish data at 2hz with umm
Observe behavior of the subscriber app: OnNewMail is called at 2hz, Iterate is not called.
Test app
Run with main --moos_app_tick=1 --moos_max_app_tick=1 --moos_iterate_mode=2
Iterate is delayed after receiving mail. Even indefinitely if mail is regular and faster than app_tick.
OnNewMail is always called as soon as mail arrives, even if max_app_tick should be limiting it.
Reproduction:
Test app
main --moos_app_tick=1 --moos_max_app_tick=1 --moos_iterate_mode=2
umm -p=TEST_VAR:10@2
The text was updated successfully, but these errors were encountered: