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

Timer is wrong #67

Closed
jedsonmelo opened this issue May 11, 2020 · 2 comments
Closed

Timer is wrong #67

jedsonmelo opened this issue May 11, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@jedsonmelo
Copy link

Describe the bug
The timer running in background is slower than it shoeld

To Reproduce
Steps to reproduce the behavior:

  1. Go to app and start the timer
  2. Click on 'X' to close and running in background
  3. Start another timer on your browser or smartphone
  4. See productivity-timer is slower then another timer.

Expected behavior
Timer was correct

Desktop (please complete the following information):

  • OS: Deepin 15.5 debain based and Kubuntu 18.04
@roldanjr
Copy link
Member

Describe the bug
The timer running in background is slower than it shoeld

To Reproduce
Steps to reproduce the behavior:

  1. Go to app and start the timer
  2. Click on 'X' to close and running in background
  3. Start another timer on your browser or smartphone
  4. See productivity-timer is slower then another timer.

Expected behavior
Timer was correct

Desktop (please complete the following information):

  • OS: Deepin 15.5 debain based and Kubuntu 18.04

Yes I'd also experience that. Maybe it is because of setInterval function delays that I used for count down.

I will try to fix that later after I finish all my project deadlines.
Thanks for informing me that you had experience that too. It affirms me that it is a bug.

roldanjr added a commit that referenced this issue May 21, 2020
The timer is pretty accurate when the app is visible. But when it is hidden, the timer goes wrong
when you open it again for a while.

Fixed issue #67
@roldanjr
Copy link
Member

roldanjr commented Jun 1, 2020

@jedsonmelo it's been a while. I already fixed the bug you've posted and already released it. Please check Release Notes I've created for more details of changes I've made.

I hope it would help you.

@roldanjr roldanjr added the bug Something isn't working label Jun 3, 2020
roldanjr added a commit that referenced this issue Jan 22, 2023
The timer is pretty accurate when the app is visible. But when it is hidden, the timer goes wrong
when you open it again for a while.

Fixed issue #67
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants