So I was trying out ktor 2.0 on K\N and it worked as expected with the old MM, but with the new one,...
n
So I was trying out ktor 2.0 on K\N and it worked as expected with the old MM, but with the new one, I get the following error. It looks similar to KTOR-2947, but I'm not sure if it's the same one. Should I create an issue?
e
Yep, because
native-mt
coroutines is in use. Could you try disabling
freeze
with kotlin native flag? :)
btw Thanks for trying it out
n
Thanks, it works now
d
@e5l I'm taking profit of this thread to ask: will 2.0.0 final use coroutines 1.6?
👀 3
e
Yep, we’re going to switch the main branch soon
And we’re going to drop support of
native-mt
with 2.0.0, and go with new memory model by default
d
Great! Thanks for your answer @e5l.