from my understanding the first `async` should get...
# coroutines
m
from my understanding the first
async
should get cancelled after the exception since they are in the same scope.
k
I believe you need to upgrade to the latest release 😉 It was a behavior that was recently fixed See https://github.com/Kotlin/kotlinx.coroutines/issues/552
m
Thanks @kingsley I will check this
👍 1