The ktor clients/CIO on kmp / android always throw timeout exception after launching the app for about 5 minutes, and the server is always ok. It start works fine, but later it is thowing this error, on IOS it is working fine.
it is a config issue or it is a bug
p
Pablichjenkov
05/18/2024, 9:32 PM
As per the documentation CIO seems to support HTTP/1.x only, is your server HTTP/1.x compatible?
Now, not sure why it works in iOS.