mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
* Reworked graceful shutdown * Remove special errors from polling process * Update dependencies * Coverage * Added changelog
2 lines
166 B
ReStructuredText
2 lines
166 B
ReStructuredText
Reworked graceful shutdown. Added method to stop polling.
|
|
Now polling started from dispatcher can be stopped by signals gracefully without errors (on Linux and Mac).
|