When I made a call to the server I use IO dispatch...
# ktor
m
When I made a call to the server I use IO dispatcher and for the parsing or processing I use Default one (as recommended in android). But in the case I Use any class other than String the parsing is made on the same coroutine as the client call. I wander if this can be relevant or not.