https://kotlinlang.org logo
#exposed
Title
# exposed
r

runjorel

07/08/2019, 3:24 PM
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

tapac

07/08/2019, 7:15 PM
which Exposed version do you use?
r

runjorel

07/08/2019, 9:12 PM
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.
4 Views