neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
485 stars 68 forks source link

Wake up connection borrowers when pool is closed #489

Closed fbiville closed 1 year ago

fbiville commented 1 year ago

This speeds up the pool responsiveness quite a bit. Borrowers would only be woken up after the connection acquisition timeout otherwise (if any).