You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix RUBY-1898 Socket reads may raise Timeout::Error (#1482)
* RUBY-1898 Correctly map select timeouts to Mongo::Error::TimeoutError
* RUBY-1898 Handle IO::WaitWritable when reading
* RUBY-1898 Raise more informative exceptions
* RUBY-1898 Rewrite the code to avoid weird failures
* Separate contexts to avoid unintentional connection reuse
* RUBY-1898 Handle IO::WaitWritable when reading
* Close all clients before
* Remove default 5 legacy read retries in the test suite since it interferes with assertions
* Remove all read retries for the connection timeout test
* Remove unneeded line
* Remove obsolete IO::WaitWritable rescue
0 commit comments