This commit is contained in:
Simon Wicky
2025-10-24 14:11:56 +02:00
committed by Jędrzej Stuczyński
parent 7b3194d7d2
commit b907ccbd5b
@@ -615,7 +615,7 @@ where
{
loop {
tokio::select! {
biased;
biased;
_ = shutdown_token.cancelled() => {
tracing::trace!("OutQueueControl: Received shutdown");
break;