async fn handle_unsubscribe(
subscription_active: &mut bool,
subscription_tasks: &[StoppableTaskPtr; 2],
)Expand description
Auxiliary function to define the unsubscribe command handling.
async fn handle_unsubscribe(
subscription_active: &mut bool,
subscription_tasks: &[StoppableTaskPtr; 2],
)Auxiliary function to define the unsubscribe command handling.