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
Using the same example from #67 the join map lane will keep executing the same didUpdate callback indefinitely every 90 seconds.
Input
@command(node:"/unit/foo", lane:"addItem")"foo"
Initial Output:
join map lane: foo count changed to 1 from 1
join map lane agent didStart: foo count changed to 1 from 0
join map lane: foo count changed to 1 from 1
Output after 90 seconds:
join map lane: foo count changed to 1 from 1
join map lane agent didStart: foo count changed to 1 from 0
join map lane: foo count changed to 1 from 1
join map lane: foo count changed to 1 from 1
join map lane agent didStart: foo count changed to 1 from 0
join map lane: foo count changed to 1 from 1
Output after 180 seconds:
join map lane: foo count changed to 1 from 1
join map lane agent didStart: foo count changed to 1 from 0
join map lane: foo count changed to 1 from 1
join map lane: foo count changed to 1 from 1
join map lane agent didStart: foo count changed to 1 from 0
join map lane: foo count changed to 1 from 1
join map lane: foo count changed to 1 from 1
join map lane agent didStart: foo count changed to 1 from 0
join map lane: foo count changed to 1 from 1
Using the same example from #67 the join map lane will keep executing the same
didUpdate
callback indefinitely every 90 seconds.Input
Initial Output:
Output after 90 seconds:
Output after 180 seconds:
etc...
Might be resolved when #67 is resolved.
The text was updated successfully, but these errors were encountered: