Function detect_bridges_going_down

Source
pub async fn detect_bridges_going_down(
    initial_channels: HashMap<String, Arc<Channel>>,
    once_online_bridges_tx: Sender<Vec<String>>,
    now_online_bridges_rx: Receiver<HashMap<String, Arc<Channel>>>,
)
Expand description

Task which checks if online bridges have gone down

TODO: use new Arti APIs for detecting bridges going down