pub type WsRegistry = Arc<RwLock<HashMap<(String, String), Sender<WsOutboundMessage>>>>;Expand description
Registry of active WebSocket connections Key: (credential_id, chat_id) โ broadcast sender for that chat
Aliased Typeยง
pub struct WsRegistry { /* private fields */ }