Max-Mobility / Permobil-SmartDrive-Study

Data Study Collection App for WearOS
2 stars 0 forks source link

Getting "Connection Pool is Closed" SQLite Error #27

Closed finger563 closed 5 years ago

finger563 commented 5 years ago

According to this stackoverflow we don't need to call db.close() - but also according to that thread we should be synchronizing the functions in the database handler I think

finger563 commented 5 years ago

Probably want to remove db.close() and synchronize addRecord and deleteRecord?

finger563 commented 5 years ago

haven't seen it since that error, will have to see after a few days :)

finger563 commented 5 years ago

closing for now - haven't seen it.