You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version Information
Version of Akka.NET?
Which Akka.NET Modules? DData
Describe the bug
Using distributed data ORMultiValueDictionary and adding a key say with 20000 values calling SetItems takes upto 2-3 mins to complete.
To Reproduce
Steps to reproduce the behavior:
r.Replicator.Tell(Dsl.Update(
registryKey,
ORMultiValueDictionary<TKey, TVal>.EmptyWithValueDeltas,
WriteLocal.Instance,
s => s.SetItems(c.SelfUniqueAddress, d.Key, d.Value)));
Links to working reproductions on Github / Gitlab are very much appreciated
Expected behavior
It should not take long to add 20,000 values