Anyone else noticed that ktor HttpClient on androi...
# ktor
j
Anyone else noticed that ktor HttpClient on android freezes (and later times out) if you try to send a body a long with a GET request?
Kotlin version = 1.3.71 Coroutines version = 1.3.2 and 1.3.7 tested ktor version = 1.3.0 and 1.3.2 tested Serialization version = 0.14.0
h
serialization should be 0.20.0 when using 1.3.70+ I believe (https://github.com/Kotlin/kotlinx.serialization#incompatible-changes)
j
I'll give it a spin
Thanks for the headsup