Closed Exception when the SqliteDatabase.close is invoked
#33
|
Hi there. Thanks for the great library. I'm using this library in my project. Do you have any suggestions for addressing this ClosedException issue? It appears to occur when the I’ve not been able to make a minimum reproducible example yet. If I add the following line before the But this seems to be a flaky workaround, and I'm looking for a more reliable fix. I appreciate any help. Thanks. |
Answered by
rkistner
Apr 3, 2024
Replies: 2 comments
|
I've seen this before - will see if we can reproduce and fix. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved to issue: #36
Managed to reproduce in tests, and currently working on a fix. Update: Fixed