sonos-sdk-stream 0.5.0

Internal event streaming and subscription management for sonos-sdk
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Subscription management and event detection
//!
//! This module handles subscription lifecycle management by integrating with SonosClient's
//! ManagedSubscription system and provides proactive firewall detection to enable immediate
//! polling fallback when needed.

pub mod event_detector;
pub mod manager;

pub use event_detector::EventDetector;
pub use manager::{ManagedSubscriptionWrapper, SubscriptionManager};