Andy
Andy
Also seeing this issue
I also just ran into this issue. Would love to see objc support when used via SPM.
We're seeing this issue when a node in the cluster is restarted without any changes to the slot distribution, does anyone have a working solution?
The issue also lies in the decoding of map/array lengths, causes crashes like: ``` [769:0x4d0ea20] 236975 ms: Scavenge 890.4 (907.8) -> 874.4 (907.8) MB, 1.1 / 0.0 ms (average mu...
A fix turned out to be more complex than the one in this PR, the issue is here: https://github.com/ARMmbed/cbor-sync/blob/35fdf44ce469ec34b7985f8463c806876fdb8d31/main.js#L223-L232 The array length is trusted and the loop continues to fill...
Found some time to do a better fix – @geraintluff might be worth a sanity check!