This commit is contained in:
Simon Wicky
2025-10-24 14:11:56 +02:00
parent 08559a7660
commit c61df79182
@@ -615,7 +615,7 @@ where
{
loop {
tokio::select! {
biased;
biased;
_ = shutdown_token.cancelled() => {
tracing::trace!("OutQueueControl: Received shutdown");
break;