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§
- Kite
Ticker Manager - High-performance multi-connection WebSocket manager for Kite ticker data
- Kite
Ticker Manager Builder - Builder for
KiteTickerManagerproviding a fluent API for configuration.