We are using .NET Driver for Neo4j .
Environment: .NET 6 Neo4j Server version : 4.3.2Driver version : Neo4j.Driver 4.4.0
We are just opening a single connection with the server using the following code snippet and reusing it across all the sessions. ...