johnnadratowski / golang-neo4j-bolt-driver

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

Driver pool does not recover connections which return errors #37

Closed Matt-Guest closed 6 years ago

Matt-Guest commented 6 years ago

This leads to connection being lost and causes the OpenPool() method to block when all connections have been lost. This can be easily caused by when the neo4j server is down.