Join Slack
Powered by
How can you create/convert an Outputstream to a By...
# ktor
h
hfhbd
08/16/2024, 12:07 PM
How can you create/convert an Outputstream to a ByteWriterChannel? Or a RawSink/Sink using kotlinx-io with Ktor 3?
a
Aleksei Tirman [JB]
08/19/2024, 8:57 AM
Only by implementing the
ByteWriteChannel
interface at the moment.
KTOR-7327
will address this problem.
h
hfhbd
08/19/2024, 8:58 AM
Thanks, that’s exactly what I did.
5
Views
Open in Slack
Previous
Next