async fn dispatch_subs_task(
ch_rx: Receiver<NewNotification>,
sub_senders: Arc<RwLock<HashMap<SubscriptionID, Sender<NewNotification>>>>,
) -> Result<()>async fn dispatch_subs_task(
ch_rx: Receiver<NewNotification>,
sub_senders: Arc<RwLock<HashMap<SubscriptionID, Sender<NewNotification>>>>,
) -> Result<()>