Open
Description
java.io.EOFException: Buffer exhausted before skipping 8192 bytes.
at kotlinx.io.Buffer.skip(Buffer.kt:287)
at kotlinx.io.OutputStreamSink.write(JvmCore.kt:121)
at kotlinx.io.RealSink.hintEmit(RealSink.kt:109)
at kotlinx.io.Utf8Kt.writeString(Utf8.kt:731)
at kotlinx.io.Utf8Kt.writeString$default(Utf8.kt:169)
... (my calling code here)
Is there anything I should be doing to make this not crash? Or just catch/ignore? I'm using writeString to append logs to a file
kotlinx-io 0.5.4
Metadata
Assignees
Labels
No labels