aiosqlite icon indicating copy to clipboard operation
aiosqlite copied to clipboard

DB error

Open SAVAMforWIN opened this issue 4 years ago • 1 comments
trafficstars

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

SAVAMforWIN avatar Jul 26 '21 14:07 SAVAMforWIN

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.

NeitrinoK avatar Jan 12 '22 23:01 NeitrinoK