Mina Eweida
04/13/2020, 6:41 PMKtor does not work well in multithreaded environment in Kotlin/Native (it may crash), so please don’t mix Ktor andMy question is, does it crash with a specific type of request i.e. get, post? Because my use case is simply fire and forget a post request, I am not expecting any response. So does it crash because of multithreading and sharing results or crashes were reported on firing requests in general?coroutines-interop
Arkadii Ivanov
04/13/2020, 6:57 PMsingleFromCoroutineUnsafe
sample from README. But make sure everything is on main thread.