https://kotlinlang.org logo
Title
r

Robert Jaros

11/19/2020, 3:07 PM
As
kotlinx-coroutines-1.4.1-native-mt
has just been released, when can we expect new Ktor release, with coroutines 1.4 and the fix for KTOR-1286?
c

cy

11/19/2020, 3:09 PM
1286 should be delivered in approximately November 30
coroutines 1.4 introduces behaviour changes, so it’s 1.5.0, the next after 1.4.3
r

Robert Jaros

11/19/2020, 3:11 PM
Thanks for info. It looks like I need to be patient 😉
j

John O'Reilly

11/19/2020, 4:14 PM
It looks like kotlinx coroutines
1.4.1-native-mt
does work with Ktor
1.4.0
....not sure from this thread whether that's actually expected or not!
(tested on iOS, Android and Web)
c

cy

11/19/2020, 4:34 PM
Yes, it's possible once linkage passes. But there could be some consequences due to cancellation behaviour change that are not yet investigated