heckj / CRDT

Conflict-free Replicated Data Types in Swift
https://swiftpackageindex.com/heckj/CRDT/main/documentation/crdt
MIT License
145 stars 3 forks source link

additional merging tests #14

Closed heckj closed 2 years ago

heckj commented 2 years ago

resolves #13

The core issue was that I was attempting to merge two different sets with the same ActorID. When updated to properly reflect independent instances, it was fine.