start

abstract suspend fun start(configuration: GatewayConfiguration)(source)

Starts a reconnection gateway connection with the given configuration. This function will suspend until the lifecycle of the gateway has ended.

Parameters

configuration

the configuration for this gateway session.