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?
transactionExecutor.acquireTransactionThread(controlJob) doesn't return