You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: ensure GameScheduler schedules repeating tasks only once
- Added a `scheduled` flag to prevent multiple invocations of `scheduleRepeatingTask`.
- Updated `schedule` methods to check and update the `scheduled` state before scheduling.
0 commit comments