-
It happens when they are different。 |
Beta Was this translation helpful? Give feedback.
Answered by
abonander
Apr 1, 2022
Replies: 1 comment
-
This is intentional, If it's hanging, that means there is a task somewhere that is holding on to a connection and not dropping it. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
randsoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is intentional,
pool.close()
doesn't return until all connections are released to the pool and closed.If it's hanging, that means there is a task somewhere that is holding on to a connection and not dropping it.