OrleansContrib/Orleans.Providers.MongoDB

2 different collections generated

itosu8w opened this issue · 2 comments

When using from both client and the silo there are 2 different collections generated:
MembersOrleansMembershipV2 and OrleansMembershipV2
Temporary solution is to specify CollectionPrefix in UseMongoDbClustering.

package Orleans.Providers.MongoDB 2.0.2

yep same bug i was here to open

Fix by PR: #55

Will be released soon.