Module client

Module client 

Source
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ยง

WebSocketClient
WebSocket client with automatic reconnection.
WebSocketClientInner
WebSocketClient connects to a websocket server to read and send messages.