-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to drop all connections? #101
Comments
I'd probably just replace the entire pool. |
I did try this way, but it seems doesn't work. Maybe connections didn't get dropped immediately? |
There can be some operations running in the background that would hold onto connections for a little bit after the pool drops. |
I would also need something like this. |
There is an open bug about it: #99 |
I'm using Sqlite, and it sometime has integrity problems. When this happen, I simply delete the file.
However there are some connections still open the database, it can not be deleted.
Is this problem can be solved? in any way?
The text was updated successfully, but these errors were encountered: