mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2026-05-06 22:30:47 +09:00
5a7f78ff3e
Introduced a shared `routeScope` with `SupervisorJob` for better coroutine management across WebSocket routes. This replaces ad-hoc CoroutineScope creation, preventing unnecessary scope overhead and supporting centralized cancellation. Mutexes were added for session and song-related operations to ensure thread safety.