Simulator compatibility #107
Unanswered
niclashoyer
asked this question in
Q&A
Replies: 1 comment
-
Even when the simulator is in focus, it becomes unresponsive for me after |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a list of possible differences / caveats when using the simulator?
I'm currently investigating a nasty problem while hacking on #106 where I thought this might be a deep sleep issue. But then I found out that
EVENT_LOW_ENERGY_UPDATE
is never fired. My current guess is, that the simulator might not work properly when not in focus (background tab in browser).I think that the simulation is stopped or runs much slower when the tab is not in focus. At least the
EVENT_TICK
is not fired properly and the timestamps are off. It also misses this comparison in the check for scheduled tasks, so that theEVENT_BACKGROUND_TASK
is never fired.If the simulator stays on screen / in focus all the time, this does not happen.
Beta Was this translation helpful? Give feedback.
All reactions