rusted-cypher icon indicating copy to clipboard operation
rusted-cypher copied to clipboard

Not thread safe

Open AdrianChallinorOsiris opened this issue 5 years ago • 0 comments

The way that the graph headers is implemented means that the crate is not thread safe.

My quick solution is not to connect to neo4j in the main program, but instead to connect inside the threads. It means there is no connection pooling.

AdrianChallinorOsiris avatar Apr 25 '19 12:04 AdrianChallinorOsiris