diff --git a/src/dispatching/dispatcher.rs b/src/dispatching/dispatcher.rs index 1ba07cd1..5c93b918 100644 --- a/src/dispatching/dispatcher.rs +++ b/src/dispatching/dispatcher.rs @@ -200,7 +200,6 @@ where if let Some(token) = stop_token.take() { log::debug!("Start shutting down dispatching..."); token.stop(); - break; } } }