-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Connectivity
-
None
Hi,
multiple instances of the same MongoClientSettings with ReplicaSetTagSets specified, leads to the following exception:
"MongoServer.Create has already created 100 servers which is the maximum number of servers allowed."
MongoDB.Driver.ReplicaSetTagSet.GetHashCode() calculates different Hashes for the same Tags.
Example Project attached.
thx