Module connection_manager

Module connection_manager 

Source
Expand description

§Connection Manager Module

This module contains the main KiteTickerManager which provides high-performance multi-connection WebSocket management for the Kite Connect ticker API.

§Features

  • Multi-Connection Support: Utilizes up to 3 WebSocket connections
  • Dynamic Load Balancing: Automatic symbol distribution across connections
  • High-Performance Processing: Dedicated parser tasks per connection
  • Dynamic Subscriptions: Runtime symbol addition/removal without reconnection
  • Health Monitoring: Real-time connection health tracking
  • Error Resilience: Comprehensive error handling and recovery

Structs§

KiteTickerManager
High-performance multi-connection WebSocket manager for Kite ticker data
KiteTickerManagerBuilder
Builder for KiteTickerManager providing a fluent API for configuration.