Oleh
09/10/2020, 8:00 AMkotlin.native.concurrent.FreezingException: freezing of InvokeOnCompletion[InvokeOnCompletion@360fd08] has failed, first blocker is HttpClient[io.ktor.client.engine.ios.IosClientEngine@362a408]
freezing of InvokeOnCompletion[InvokeOnCompletion@360fd08] has failed, first blocker is HttpClient[io.ktor.client.engine.ios.IosClientEngine@362a408]
I’m running
const val kotlinVersion = "1.4.0"
const val coroutinesVersion = "1.3.9-native-mt"
const val ktorVersion = "1.4.0"
const val serializationVersion = "1.0.0-RC"
Anyone can help?Kurt Renzo Acosta
09/10/2020, 8:01 AMJohn O'Reilly
09/10/2020, 8:02 AMOleh
09/10/2020, 8:02 AMKurt Renzo Acosta
09/10/2020, 8:02 AMJohn O'Reilly
09/10/2020, 8:04 AMimplementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions.kotlinCoroutines}") {
isForce = true
}
Oleh
09/10/2020, 8:06 AMimplementation(Multiplatform.commonCoroutinesCore) {
version {
strictly("1.3.9-native-mt")
}
}
CoroutineExceptionHandler
?Kurt Renzo Acosta
09/10/2020, 10:46 AMOleh
09/10/2020, 10:47 AMtry catch
might do the jobKurt Renzo Acosta
09/10/2020, 10:53 AMAzur Haljeta
11/12/2020, 9:05 AM1.4.2
which was released like two days agowuseal
02/04/2021, 11:41 AMCoroutineExceptionHandler
fixed with removing CoroutineExceptionHandler