We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d78c0 commit a931816Copy full SHA for a931816
packages/core/src/driver.ts
@@ -281,6 +281,12 @@ class Driver {
281
/**
282
* Close all open sessions and other associated resources. You should
283
* make sure to use this when you are done with this driver instance.
284
+ *
285
+ * This will interrupt any running connections.
286
+ * Make sure you are done using the driver object and any resources
287
+ * spawned from it (such as sessions or transactions) while calling
288
+ * this method. Failing to do so will result in unspecified behavior.
289
290
* @public
291
* @return {Promise<void>} promise resolved when the driver is closed.
292
*/
0 commit comments