mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2026-03-22 10:01:31 +09:00
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.