SilentShardWebsocketClient
open class SilentShardWebsocketClient<T : WebsocketAction>(websocketConfig: WebsocketConfig) : NetworkClient
Default Ktor-based WebSocket client implementation.
This provides the core WebSocket functionality using Ktor. Can be extended to add custom logic or used directly.
Functions
Link copied to clipboard
Release the Ktor httpClient and its underlying engine (connection pool + worker threads). Once closed, this client cannot be reused. Idempotent — safe to call after the engine has already been closed.
Link copied to clipboard
Perform websocket disconnection with another party.
Link copied to clipboard
Send a post-request to another party.