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
I had been using the stopwatch for a time-tracking application.
I use it to reflect the elapsed time in the client side. I had a report from a user running long tasks that the timer was reflecting less time than what was actually happening.
I conducted a test and I could see that effectively the stopwatch gets behind. Since I'm keeping track of the starting time in the server, every time the page refreshes the stopwatch is actually corrected with the right elapsed time, but this behavior is misleading for the end user.
Why is this happening? Any workaround?
The text was updated successfully, but these errors were encountered:
Hi,
I had been using the stopwatch for a time-tracking application.
I use it to reflect the elapsed time in the client side. I had a report from a user running long tasks that the timer was reflecting less time than what was actually happening.
I conducted a test and I could see that effectively the stopwatch gets behind. Since I'm keeping track of the starting time in the server, every time the page refreshes the stopwatch is actually corrected with the right elapsed time, but this behavior is misleading for the end user.
Why is this happening? Any workaround?
The text was updated successfully, but these errors were encountered: