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
Supporting Symbol.asyncDispose to close the session resp. operation would allow to use explicit resource management which is supported by node.js for quite some time, e.g.
await using session = await client.openSession();
...