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
Ensure callback using cluster description is guarded (#878)
Getting the description from a cluster can throw a MongoTimeoutException
or a MongoInterruptedException, so in that case the exception should be
passed to the callback.
JAVA-4432
Co-authored-by: Valentin Kovalenko <[email protected]>
0 commit comments