tomwassink
tomwassink
Thanks for working on this subject! I have multiple read and write operations in two separate processes. Currently it it is working quite well for most boxes except one. In...
Thanks for your fast reply. I tried your workaround, but the issues stayed the same. I published the app also in the Play store (small roll out) but got (relatively)...
Update: up to 2020-11-18 11:40h no new crashes reported with FileCorruptionException. So it seems that it is somehow related to readOnly vs. "write" box. Only one DbException: ``` io.objectbox.exception.DbException: at...
Update 2020-11-22 10:40h: still no new FileCorruptoinExceptions. I only had 4 users with a crash with a DbException within the verifyNotAlreadyOpen method and 2 users with a crash after a...
What I did: - When the app starts the `MainActivity `class starts. In its `onResume `method a foreground service (remote process) is started (via the `JepsterManager `class which extends the...