johnnadratowski / golang-neo4j-bolt-driver

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

adding stronger connection validation on openPool() call & adding close test #59

Closed collisonchris closed 6 years ago

collisonchris commented 6 years ago

This PR is meant to help address the reported issue around stale connections in Pooled mode, reported here: #57