mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
The 8-permit semaphore was acquired inside the spawned task, so a burst queued unlimited tasks (each cloning Bot+Message) and nothing tracked them at shutdown — in-flight sends fired after the stop notice. URL work now flows through a 256-slot mpsc drained by 8 workers started from main; a full channel backpressures the per-chat handler, and shutdown sets URL_STOP so workers stop pulling.