Default WebSocketTransport backed by a Ktor WebSocket session.
Whether the underlying connection is currently open.
Closes the connection.
Opens the connection. Must be called before send or incoming. No-op if already open.
Cold stream of raw text payloads received from the browser. Collecting it starts consuming frames; the flow completes when the connection is closed.
Sends a raw text payload to the browser.