set channel active on start
This commit is contained in:
parent
cf24ea7e74
commit
7b021883bc
@ -955,6 +955,7 @@ pub async fn process_control(
|
||||
}
|
||||
}
|
||||
ProcessCtl::Start => {
|
||||
manager.channel.lock().unwrap().active = true;
|
||||
manager.async_start().await;
|
||||
}
|
||||
ProcessCtl::Stop => {
|
||||
|
Loading…
Reference in New Issue
Block a user