send

abstract suspend fun send(frame: ByteArray)

Send one whole message. Suspends until the transport accepts it (backpressure).

A send failure must not be reported as a cancellation — see us.tractat.kuilt.core.Seam.close.