Closed finger563 closed 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
db.close()
synchronizing
Probably want to remove db.close() and synchronize addRecord and deleteRecord?
synchronize
addRecord
deleteRecord
haven't seen it since that error, will have to see after a few days :)
closing for now - haven't seen it.
According to this stackoverflow we don't need to call
db.close()
- but also according to that thread we should besynchronizing
the functions in the database handler I think