-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 2.1.0
-
Component/s: None
-
None
This can be demonstrated when one attempts to connect to an IPv6 address when the mongo server is not configured for IPv6.
The client infinitely tries to connect with IPv6 and never fallbacks to IPv4.
I've created a PR that fixes the issue: https://github.com/mongodb/mongo-ruby-driver/pull/660
If it looks good, I could also prepare the tests.
Cheers.