emmanuelkehinde
02/16/2021, 11:49 AMnative-mt
versions, I have my project updated to make use of Dispatchers.Default
for iOS background thread when making requests (using Ktor). Project compiles and runs well with confirmation of successful HttpClient network requests (from logs), however I get this exception thrown on return of result:
freezing of Continuation @ $execute$lambda-0COROUTINE$460 has failed, first blocker is HttpClient[io.ktor.client.engine.ios.IosClientEngine@83603cc8]
Does anyone know what could be causing this?
P.S: execute is a function in my UseCase, inside which I switch thread to background using coroutine withContext(..)