I am trying to build an experience where if the data does not load in, say 15 seconds, the user is notified to refresh their browser page. For this, I used Timer control. However, when the data is being read and rolled-up in the background, the timer stops and sometimes increments by 1 second in 3-4 seconds.
Is this an expected behavior for the Timer control?
thanks,
Manish