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: ensure implicit sessions are ended consistently
This is a fix and a refator, which ensures that implicit sessions
are ended as soon as possible when cursor commands are executed.
The current code path calls `_endSessions` in a confusing number of
locations, and in some cases can accidentally call the method twice
in a row. Reducing the number of calls to the method, and ensuring
its called only after server command responses and the `close`
method should prevent these errors
NODE-2630
0 commit comments