Jonas Trollvik
10/26/2022, 9:15 PMtry { newSuspendedTransaction{ throw RuntimeException("test") }} catch (t: Throwable) {}
makes the request fail. However if I use the Dispatchers.IO context it works as expected
newSuspendedTransaction(<http://Dispatchers.IO|Dispatchers.IO>) {}
why is this needed?