neo4j / neo4j-go-driver

Neo4j Bolt Driver for Go
Apache License 2.0
495 stars 70 forks source link

Improve pool connection list ownership #358

Closed fbiville closed 2 years ago

fbiville commented 2 years ago

Lists were copied around, which could make Remove calls fail but the element under some circumstances. The returned element would sometimes stay in the target list because its referred list differed from the target one.