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
For some reason, the BroadcastTimeAlarm wakeup sometimes gets armed twice before it runs. This causes a crash (assert) because we are trying to add to the scheduler something that is already scheduled. We need to debug the source of the double arming.
For some reason, the BroadcastTimeAlarm wakeup sometimes gets armed twice before it runs. This causes a crash (assert) because we are trying to add to the scheduler something that is already scheduled. We need to debug the source of the double arming.
For now, we have worked around it with a8b484e.
The text was updated successfully, but these errors were encountered: