High concurrent visiting neo4j database ,appears IO ERROR " io driver has terminated". How to solve it? #4420
Unanswered
pengyizeng
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This error means that the Tokio runtime has been shut down, but something is still trying to use an IO resource from the runtime. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Recently, I try "neo4rs"," Deadpool-bolt", "b88-bolt" to create connection pool with neo4j. My program appears
"error:UnexpectedMessage("unexpected response for RUN: Err(IOError { detail: "IO driver has terminated" })")"driver has terminated"
when many query appears in a short time. How to solve it ?
I have google the error , but I did not found any useful information.
Beta Was this translation helpful? Give feedback.
All reactions