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.