KtorRealtimeWebsocketFactory

Implementation of RealtimeWebsocketFactory using Ktor's HttpClient.

Constructors

Link copied to clipboard
constructor(httpClient: HttpClient)

Functions

Link copied to clipboard
open suspend override fun create(url: String): RealtimeWebsocket

Create a new websocket connection to the given URL.