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: limit growth of server sessions through lazy acquisition
Server sessions are no longer acquired at `ClientSession`
instantiation, but rather lazily created at the first access of the
`serverSession` property. This has the effect of deferring the
acquisition to command construction, after a connection has been
checked out during operation execution.
NODE-2552
0 commit comments