Hello Everybody,
I recently started developing an app that uses neo4j. I am facing an issue when I am sending concurrent requests to the DB instance.
For example, if I call a simple match query
MATCH (n:Box) WHERE n.BoxId = $box1Id XOR n.BoxId = $box...