When using ktor with kotlin `1.6.10` and kotlin-na...
# ktor
d
When using ktor with kotlin
1.6.10
and kotlin-native (iOS), whenever default
logger
is installed on HttpClient, it fails some responses with
Copy code
Fail to create response observer in different native thread.
Is there a workaround for this? Removing http
logger
fixes this, seems like some internal ktor bug.
Found an existing reported bug https://youtrack.jetbrains.com/issue/KTOR-3278