This commit is contained in:
Ferdinand Schober
2024-07-11 17:07:29 +02:00
parent a4094b2ce7
commit f1dc3a5708

View File

@@ -192,9 +192,7 @@ impl Server {
log::info!("running service");
tokio::select! {
_ = signal::ctrl_c() => {
log::info!("terminating service");
}
_ = signal::ctrl_c() => log::info!("terminating service"),
_ = &mut capture => { }
_ = &mut emulation => { }
_ = &mut frontend => { }