-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
When trying to connect to a socket I get a MONGODB | getaddrinfo: Name or service not known | runtime: 0.0060ms error from the cluster.
Connecting via either method:
client = Mongo::Client.new('mongodb:///tmp/mongodb-27017.sock/') client = Mongo::Client.new(["/tmp/mongodb-27017.sock"])