My coroutine seems to hangs if I call `client.subm...
# ktor
l
My coroutine seems to hangs if I call
client.submitFormWithBinaryData()
while on airplane mode. iOS 16.6, using
Dispatchers.Main.immediate
, Ktor v2.3.3, Darwin HttpClientEngine. It's fairly hard to debug given the setup, but has anyone seem this before? Should I file a bug?
a
is that this issue?
l
It looks like it might be the same issue, yes!