Thomas Klapwijk

Results 49 issues of 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...

C-bug

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...

C-bug

The descriptions for these sub-projects are missing descriptions in both the root README.md as well as their respective readme files

C-enhancement

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

Event Downlinks are currently unimplemented for the client

client