mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-08 19:33:53 +01:00
Merge pull request #583 from teloxide/fix-dispatcher-graceful-shutdown
Fix dispatcher's graceful shutdown
This commit is contained in:
commit
6770f5fc61
1 changed files with 0 additions and 1 deletions
|
@ -200,7 +200,6 @@ where
|
|||
if let Some(token) = stop_token.take() {
|
||||
log::debug!("Start shutting down dispatching...");
|
||||
token.stop();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue