Expand description
WebSocket session management with automatic reconnection Session management for WebSocket connections
This module provides a session manager for maintaining multiple WebSocket connections and performing fast switching between them when a connection is detected as dead.
Structs§
- Session
Config - Session configuration
- Session
Manager - Session manager for handling multiple concurrent connections to exchanges with failover, load balancing, and session persistence.
- Session
Stats - Session statistics
Enums§
- Session
State - Session state
- Session
Type - Session type
Type Aliases§
- Default
Session Manager - Default session manager with 8 concurrent sessions
- Session
Manager4 - Session manager with 4 concurrent sessions
- Session
Manager16 - Session manager with 16 concurrent sessions