With the announcement of changing the memory model...
# ktor
b
With the announcement of changing the memory model for kotlin-native in the long run, I am wondering if this has anything to do with freeze exception struggles for the iOS ktor client. Is it still in the plans for the ktor client to overcome freeze exceptions with multithreaded coroutines for the Kotlin 1.4 release?
1
n
The memory leaks that occur in the Linux X64 Ktor Client might have also been a major factor in changing the memory model.