you shouldn't use `GlobalScope`. use `coroutineSco...
# ktor
j
you shouldn't use
GlobalScope
. use
coroutineScope { .. }
around your whole function body and remove
GlobalScope.
before
async
.