Each time my app uses the CPU intensively for a few seconds, I get the following message in the console:
Clock discrepancy detected. Attempting re-sync.
This brings me two questions:
- How does CPU activity relate to sync lost?
- My understanding was that
TimeSync.watchClockChanges was false by default, preventing re-sync to occur. I tried to force it to false anyway, but it has no effect. How can I prevent re-sync?
Each time my app uses the CPU intensively for a few seconds, I get the following message in the console:
This brings me two questions:
TimeSync.watchClockChangeswas false by default, preventing re-sync to occur. I tried to force it to false anyway, but it has no effect. How can I prevent re-sync?