Relative Content

Tag Archive for sqliteandroid-roomkotlin-multiplatform

SQLException timeout in Room KMP randomly

First of all, the same code worked on an Android project without KMP, now we’re migrating it to KMP and Compose MP and we’ve encountered this issue in some screens, where the app randomly crashes with this exception. What I try when the app crashes is changing the value of a Flow, which makes the other Flows to emit new values from the Room database. Maybe the error is due to having many Flows emitting at the very same instant.
Every SELECT in the @DAO is collected through a Flow.