omnilib/aiosqlite

DB error

SAVAMforWIN opened this issue · 1 comments

i am using aiosqlite in my system, when i start the application the DB works correctly, after a while the application crashes because the db stops producing the following error

sqlite error

Most probably you have some exception in async code and when it is without a handler, the main loop is exiting before all work is done.