typo
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user