mirror of
https://github.com/BEDOLAGA-DEV/remnawave-bedolaga-telegram-bot.git
synced 2026-05-04 03:36:24 +00:00
After db.rollback() all ORM objects expire. Subsequent attribute access triggers lazy load in async context causing greenlet_spawn errors for every remaining user. Break the sync loop after rollback instead of continuing with a corrupted session. Also downgrade TelegramNetworkError to warning in channel_checker.