Expand description
WebSocket client implementation with automatic reconnection.
This module contains the core WebSocket client implementation including:
- Connection management with automatic reconnection.
- Split read/write architecture with separate tasks.
- Unbounded channels on latency-sensitive paths.
- Heartbeat support.
- Rate limiting integration.
Structsยง
- WebSocket
Client - WebSocket client with automatic reconnection.
- WebSocket
Client Inner WebSocketClientconnects to a websocket server to read and send messages.