pub fn drop_subscription(subs: &SubRegistry, uri: &str, conn: u64)Expand description
Drop conn’s subscription to a single uri (the resources/unsubscribe path).
Prunes the uri entry entirely once its last subscriber leaves.
pub fn drop_subscription(subs: &SubRegistry, uri: &str, conn: u64)Drop conn’s subscription to a single uri (the resources/unsubscribe path).
Prunes the uri entry entirely once its last subscriber leaves.