So I'm on iOS using 1.4.0 and coroutines 1.3.9-nat...
# ktor
b
So I'm on iOS using 1.4.0 and coroutines 1.3.9-native-mt and if I try to make a get request in a
runBlocking { ... }
test and it just blocks until the request times out. Any ideas on why this is happening?
b
Yeah, I think that's a JVM library. It doesn't work on multiplatform unfortunately. I'm trying to test on iOS.
r
Oh, right.