You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're rebooting the kotlinx-io development (see #131), all issues related to the previous versions will be closed. Consider reopening it if the issue remains (or the feature is still missing) in a new version.
Uh oh!
There was an error while loading. Please reload this page.
platformUtf16
is only accessible on the main thread because it is not marked as@SharedImmutable
. That breaksString.toByteArray()
.This also breaks Ktor
HttpClient
on non-main threads (TextContent.bytes
).kotlinx-io/core/nativeMain/src/kotlinx/io/charsets/CharsetNative.kt
Line 192 in 44f0ebb
The text was updated successfully, but these errors were encountered: