Hello, For some time I have been facing an excepti...
# ios
n
Hello, For some time I have been facing an exception from my KMP library which uses ktor on iOS only. When I make calls (from a view of my tab bar for example), I often receive
NoConnectionException
. I've the feeling that this can happen if the call is made and the view is "exited" (when app enter background, or an other tab is selected) before the response arrives (I'm using async/await). Anyone has faced the same issue or someone have a clue?