Question about `suspendedTransaction`. Whenever I ...
# exposed
r
Question about
suspendedTransaction
. Whenever I try to call another suspending function within a suspendingTransaction, I am getting an error about coroutine contexts. Is that not allowed?
t
which Exposed version do you use?
r
I was on 0.15.1 and then moved to 0.16.1. I had to refactor some things based on API changes, but I think the error was me. I don’t think I had a good understanding of coroutines and what can and cannot be called within a coroutine.
Also launching coroutines, etc.