agent: foo count changed to 1 from 0
plane: foo count changed to 1 from 0
agent: foo count changed to 2 from 1
plane: foo count changed to 2 from 0
agent: foo count changed to 3 from 2
plane: foo count changed to 3 from 0
(The plane downlink messages should match the agent downlink messages)
If a map downlink is created from a
PlaneContext
the current value ondidUpdate
is alwaysValue.absent()
.Example:
BasicPlane.java
UnitAgent.java
Input:
Output:
(The plane downlink messages should match the agent downlink messages)