write

abstract suspend fun write(bytes: ByteArray)

Internal API to write raw bytes to the connection.


abstract suspend fun write(vararg frames: Frame)

Internal API to write raw frames to the connection.