Fix dispatcher's graceful shutdown

This commit is contained in:
Hirrolot 2022-04-09 02:33:52 +06:00
parent 3b01169751
commit 50c7cfe9d2

View file

@ -200,7 +200,6 @@ where
if let Some(token) = stop_token.take() {
log::debug!("Start shutting down dispatching...");
token.stop();
break;
}
}
}