Thomas Klapwijk
Thomas Klapwijk
Fixes/improvements for downlinks not responding after heavy usage and out-of-order value lane updates. https://github.com/swimos/swim/issues/45, https://github.com/swimos/swim/issues/36
The `JoinValueLaneSpec#testLinkToJoinValueLane` test in `swim-system-java` is currently failing inconsistently due to an issue with the `didUpdate`/`didReceive` phase being dispatched multiple times. After an unpredictable number of test runs, the test...
When using a `JoinMapLane`, if one is to `put` a large number of entries in to the map (>9000) in one go, either the observers stop being called or the...
The descriptions for these sub-projects are missing descriptions in both the root README.md as well as their respective readme files
Blocked by #617. This PR fixes an issue in the downlink runtime that incorrectly sends an event envelope to the downlink task when one has not been produced. This happens...
Closes #622 Blocked by #617
Blocked by #613