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(execute-operation): return promise on session support check
3.3.0 introduced an extra roundtrip of selection in order to
accurately determine if sessions were supported by the topology.
Unfortunately, the fix only supported callbacks. So, if a server
wasn't actually available immediately, we would return `undefined`
in cases when promises were requested for operation execution.
NODE-2136
0 commit comments