ArmandasRokas / beeware

0 stars 0 forks source link

SQLiteConnection was leaked #90

Closed ArmandasRokas closed 4 years ago

ArmandasRokas commented 4 years ago
2020-07-30 10:18:43.133 2627-2636/dk.dtu.group22.beeware W/SQLiteConnectionPool: A SQLiteConnection object for database '/data/user/0/dk.dtu.group22.beeware/databases/hive.db' was leaked!  Please fix your application to end transactions in progress properly and to close the database when it is no longer needed.
ArmandasRokas commented 4 years ago

Could be related to multithreading. Maybe solution could be creating singelton?