-
Type: Bug
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: 1.4.1
-
Component/s: None
-
None
-
Fully Compatible
public virtual void Ping()
{
foreach (var instance in _instances.ToArray())
}
_instances.ToArray() isn't thread safe, I guess that iterating over the result of MongoServer.Instances property (that does locking inside) should be better.