mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-03-05 13:23:48 +00:00
Deadlock: DELETE locks server_squads first, then subscriptions. Webhook locks subscriptions first, then server_squads. Classic deadlock. Fix: remove duplicate decrement block (was decrementing server_squads twice), restructure subscription block to delete subscription FIRST then decrement server_squads — matching webhook's lock acquisition order.