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(topology): don't early abort server selection on network errors
Network errors encountered during server selection are meant to be
stored on the topology description, in order to eventually convey
the reason for failed selection to the user. We were reporting this
error as soon as it was encountered erroneously. Now, we wait until
selection has failed to report the newly added `reason` property of
the `MongoTimeoutError` returned.
0 commit comments