This commit is contained in:
phiresky 2023-07-24 23:02:10 +00:00
parent 080c380135
commit 82c22439b8

View File

@ -53,7 +53,6 @@ where
});
let abort = task.abort_handle();
async move {
tracing::info!("Shutting down task");
stop.cancel();
tokio::select! {
r = task => {