patriknw / akka-data-replication

Replication of CRDTs in Akka Cluster
Other
216 stars 18 forks source link

Strange merge after ORMap[ORSet] put #60

Closed patriknw closed 9 years ago

patriknw commented 9 years ago

As discovered by @huntc and @hseeberger when removing and adding from mutli-map (ORMap with ORSet values).

Add unit tests that verifies/illustrates the behavior.