-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close or disconnect connection #236
Comments
Hello @tomswinkels, Thank you for the question. @exaby73 and I have been discussing this very heavily and are busy implementing it properly. He is sick today, but we hope to circle back to this on Friday! |
Any update @transistive and @exaby73 ? |
Hello @tomswinkels, We have thoroughly discussed this as the connection logic is quite complicated. In more general terms these are some relevant factors:
A long story short: we ended up in a long theoretical discussion of how this disconnecting of the connections would even be needed. It seems like a valuable learning opportunity for all of us to see how this need arose, because under the current architecture exposing a single connection in the client, driver or session object is simply impossible. I'll ping you in the internal slack to discuss further. |
Hi,
Is there an option to close the connection?
Like
$client->disconnect();
?In the bolt client, there is an option for it ->
neo4j-php-client/src/Bolt/Connection.php
Line 45 in c91a479
The text was updated successfully, but these errors were encountered: