Package-level declarations
Implementation of ksrpc channels that communicate using websockets.
Functions
Link copied to clipboard
suspend fun HttpClient.asWebsocketConnection(baseUrl: String, env: KsrpcEnvironment<String>): Connection<String>
Turn an HttpClient into a websocket based Connection for a specified baseUrl.