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
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: