It seems to come from the coroutines part since I ...
# android
c
It seems to come from the coroutines part since I get this error
at kotlin.coroutines.experimental.jvm.internal.CoroutineImpl.resume
as well. Shouldn't the
runBlocking
block execute all the instructions safely in the IO thread?