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
{{ message }}
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Neo4j Go driver maintainer here 👋
While I was experimenting with the upgrade to v5 alpha1, I noticed a couple of issues with the way the driver is currently used:
the session created with database.GetDB is never closed
the driver is never closed and cannot be, since it's not referenced anywhere when the above function exits
The text was updated successfully, but these errors were encountered:
fbiville
added a commit
to fbiville/gitoops
that referenced
this issue
Sep 1, 2022
Neo4j Go driver maintainer here 👋
While I was experimenting with the upgrade to v5 alpha1, I noticed a couple of issues with the way the driver is currently used:
database.GetDB
is never closedThe text was updated successfully, but these errors were encountered: