Full stack application platform for building stateful microservices, streaming APIs, and real-time UIs
489
stars
39
forks
source link
Join Map Lane reporting the same value for both previous and current on didUpdate #66
Open
DobromirM opened 3 years ago
If a
didUpdate
callback is added to aJoinMapLane
it reports the previous and the current value as the same.Example:
BasicPlane.java
UnitAgent.java
Input:
Output:
(The previous value should be one lower than the current)