I'm using ktor on android and using it over a Wifi...
# ktor
j
I'm using ktor on android and using it over a Wifi connection works fine but over mobile data a simple GET request returning json takes 10+ seconds (I measured 10mbit/s). Is that somehow my fault?
tested on okhttp and android engines
m
I used ktor in many android apps with the okhttp engine, I never had that kind of issues
a
If you use OkHttp client or HttpURLConnection do you get a different result?
j
Same issue with raw Okhttp, but I see I only have to problem on app-startup after that, everything is smooth