set channel active on start

This commit is contained in:
Jonathan Baecker 2024-09-29 16:56:19 +02:00
parent cf24ea7e74
commit 7b021883bc

View File

@ -955,6 +955,7 @@ pub async fn process_control(
} }
} }
ProcessCtl::Start => { ProcessCtl::Start => {
manager.channel.lock().unwrap().active = true;
manager.async_start().await; manager.async_start().await;
} }
ProcessCtl::Stop => { ProcessCtl::Stop => {