Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopwatch getting behind #11

Open
racielrod opened this issue Aug 30, 2013 · 0 comments
Open

Stopwatch getting behind #11

racielrod opened this issue Aug 30, 2013 · 0 comments

Comments

@racielrod
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant