-
Type: Bug
-
Resolution: Done
-
Priority: Critical - P2
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS X, Mongo Version 2.4.3, Ruby 2.0.0, Mongo Ruby Client Version 1.9.1
I am unable to use connect from_uri to create multiple clients on different databases all my clients connect to the same host, but when I initialize new clients directly (MongoClient.new('localhost', 27017) and then specify the database) clients successfully connect to different databases.