are there any plans in ktor to remove usages of the deprecated `ByteChannel`? my class extends `Base...
w
are there any plans in ktor to remove usages of the deprecated
ByteChannel
? my class extends
BaseApplicationResponse
which still expents me to implement
protected abstract suspend fun responseChannel(): ByteWriteChannel
. so i’m not sure if i should just suppress the warnings for now