realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
942 stars 57 forks source link

Investigate Ktor 2.2.4 support #1327

Open cmelchior opened 1 year ago

cmelchior commented 1 year ago

Bumping from Ktor 2.1.2 to 2.2.4 seems to break our tests on Native (both iOS and MacOS), JVM works fine. It is unclear at this moment if this is just a problem in our tests or if apps are also impacted.

iXPert12 commented 1 year ago

Ktor 2.2.x has some issues with deadlocks on Darwin client that will be fixed in 2.3.0.

cmelchior commented 1 year ago

The issue is being tracked here in YouTrack: https://youtrack.jetbrains.com/issue/KTOR-5502/DarwinClientEngine-a-request-deadlocks-on-macOS-since-2.2.2