Evan
02/02/2021, 12:52 AMktorClient.get<Something>
and see the request logged, but the ktor client gets blocked and the ktor function never returns. As such the test hangs forever.
The application runs fine normally.runBlocking
but that then blocks the UI / main thread.Jorge R
02/02/2021, 11:22 AM