-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
wTimeoutMS URI option is converted to a `timeout` suboption of `:write`, rather than `wtimeout` as it should:
irb(main):017:0> Mongo::URI.new('mongodb://test.host/?wTimeoutMS=123').uri_options[:write] => {"timeout"=>123}
This means passing a wTimeoutMS URI option would be ignored by the driver.
- duplicates
-
RUBY-1755 Some URI options are not usable due to value conversion to Symbol
- Closed