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
I'm playing around with Orleans and found your repository, because I was looking into managing Identities with Orleans.
I stumble across ILookupGrain.AddOrUpdate. It will never update a value, once it's in the dictionary.
If this is on purpose, shouldn't it be name just Add?
I'm playing around with Orleans and found your repository, because I was looking into managing Identities with Orleans.
I stumble across
ILookupGrain.AddOrUpdate
. It will never update a value, once it's in the dictionary.If this is on purpose, shouldn't it be name just
Add
?Otherwise, it should maybe do something like:
Thank you!
The text was updated successfully, but these errors were encountered: