//! Synchronous (blocking) WebSocket client.
//!//! Always compiled. Default `WebSocketClient` in 0.3.0. No tokio dependency.
//! Uses `tungstenite` 0.29 (blocking) + a single owner thread per client.
pubmodclient;pub(crate)modowner_thread;pubuseclient::{WebSocketClient,DEFAULT_SHUTDOWN_TIMEOUT};