Sebastian Sellmair [JB]
11/10/2023, 3:41 PMwithContext(Dispatchers.IO) {
database.transactionWithResult {
...
}
}
Then I see
java.lang.IllegalStateException: Transaction objects (`TransactionWithReturn` and `TransactionWithoutReturn`) must be used only within the transaction lambda scope.
Paul Woitaschek
11/11/2023, 3:23 PMSebastian Sellmair [JB]
11/13/2023, 2:07 PMdue to the concurrency limit of the connectionWhat is the limit? Is it 1?
Paul Woitaschek
11/13/2023, 2:07 PMSebastian Sellmair [JB]
11/13/2023, 2:09 PMPaul Woitaschek
11/13/2023, 2:16 PMcb
11/13/2023, 2:29 PMPaul Woitaschek
11/13/2023, 2:30 PM