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 b07da88 commit 9e3bf3eCopy full SHA for 9e3bf3e
packages/core/src/driver.ts
@@ -824,6 +824,12 @@ class Driver {
824
/**
825
* Close all open sessions and other associated resources. You should
826
* make sure to use this when you are done with this driver instance.
827
+ *
828
+ * This will interrupt any running connections.
829
+ * Make sure you are done using the driver object and any resources
830
+ * spawned from it (such as sessions or transactions) while calling
831
+ * this method. Failing to do so will result in unspecified behavior.
832
833
* @public
834
* @return {Promise<void>} promise resolved when the driver is closed.
835
*/
packages/neo4j-driver-deno/lib/core/driver.ts
0 commit comments