Module session_manager

Source
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§

SessionConfig
Session configuration
SessionManager
Session manager for handling multiple concurrent connections to exchanges with failover, load balancing, and session persistence.
SessionStats
Session statistics

Enums§

SessionState
Session state
SessionType
Session type

Type Aliases§

DefaultSessionManager
Default session manager with 8 concurrent sessions
SessionManager4
Session manager with 4 concurrent sessions
SessionManager16
Session manager with 16 concurrent sessions