rusted-cypher
rusted-cypher copied to clipboard
Not thread safe
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.