async fn handle_subscribe(
drk: &DrkPtr,
endpoint: &Url,
subscription_active: &mut bool,
subscription_tasks: &[StoppableTaskPtr; 2],
shell_sender: &Sender<Vec<String>>,
ex: &ExecutorPtr,
)Expand description
Auxiliary function to define the subscribe command handling.