😵 this issue just hit me once in the past with a deadlock somehow. Too many ktor requests were doing content conversions which in turn used the common pool for more coroutine work. Can't recall the exact scenario but offloading the conversion into another context and thread so led the issue.
Took a while to figure out what is going on.