Implementation of ksrpc channels that uses ktor to communicate over websockets as an HTTP client. Provides a connection factory that opens a ktor websocket session and wraps it in a WebsocketPacketChannel.
WebsocketPacketChannel
Client-side websocket connection factory and channel setup.