Hi, I’m trying to test Room with inMemory database...
# coroutines
c
Hi, I’m trying to test Room with inMemory database, and works fine with basic Dao suspend methods, however when trying a @Transaction suspend method with several operation it blocks indefinitely. Any ideas?
Copy code
transactionExecutor.acquireTransactionThread(controlJob) doesn't return