Ky
06/20/2022, 7:05 PMHttpClient
kick off it’s own coroutine to make requests? And do we have any control over that coroutineContext?
I’m having trouble getting ktors HttpClient to behave nicely in regards to synchronization. Unless I wrap the request in withContext(runTest.coroutineContext)
my tests do not wait for ktor request to return and the test will complete prematurely