Join Slack
Communities
Powered by
you shouldn't use `GlobalScope`. use `coroutineSco...
# ktor
j
jw
10/21/2018, 2:05 AM
you shouldn't use
GlobalScope
. use
coroutineScope { .. }
around your whole function body and remove
GlobalScope.
before
async
.
Open in Slack
Previous
Next