johnnadratowski / golang-neo4j-bolt-driver

Golang Bolt driver for Neo4j
MIT License
213 stars 72 forks source link

Close all connections in the Pool #27

Closed chrisaxiom closed 7 years ago

chrisaxiom commented 7 years ago

Hello, thanks for the great library. Do you know if there is a way to close all of the open connections in the pool? I am thinking it would be needed upon shutdown of the app.

chrisaxiom commented 7 years ago

ping @johnnadratowski

Matt-Guest commented 7 years ago

@johnnadratowski My team has also encountered this problem. We forked your repo and have made a patch to allow all the connections in a pool to be closed. In the next day or so, we will be making a pull request on your repo to address this issue.

johnnadratowski commented 7 years ago

This should be resolved with the latest PR