HubRSocketClient
suspend fun HubRSocketClient(client: ServerClient, builderAction: HubRSocketClientBuilder.() -> Unit): HubRSocketClient
A builder function for creating a HubRSocketClient.
suspend fun HubRSocketClient(clientName: String, builderAction: HubRSocketClientBuilder.() -> Unit): HubRSocketClient
Deprecated (with error)
Use factory with input `client` instead
A builder function for creating a HubRSocketClient.