writePacket
abstract suspend fun writePacket(
packet: ByteReadPacket
): UnitWrites a packet fully or fails if channel get closed before the whole packet has been written
abstract suspend fun writePacket(
packet: ByteReadPacket
): UnitWrites a packet fully or fails if channel get closed before the whole packet has been written