start

abstract suspend fun start()(source)

Starts processing messages on the transport, including any connection steps that might need to be taken.

This method should only be called after callbacks are installed, or else messages may be lost.

Method waits for the initialization flow to complete and then returns, so the transport is ready to send and receive user messages.

NOTE: This method should not be called explicitly when using Client, Server, or Protocol classes, as they will implicitly call start().