tonyofrancis/Fetch

Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException database is locked (code 5 SQLITE_BUSY)

AbdelrahamanKh opened this issue · 1 comments

Fatal Exception: android.database.sqlite.SQLiteDatabaseLockedException
database is locked (code 5 SQLITE_BUSY)

sometimes is thrown when I call

fetch = Fetch.Impl.getInstance(getFetchConfiguration(context));

That's a bug with the latest version, I ended up using the version 3.1.4, the last that does not have this issue