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

tick: stop method doesn't remove timer in some cases #694

Closed
tadatuta opened this issue Oct 10, 2014 · 1 comment
Closed

tick: stop method doesn't remove timer in some cases #694

tadatuta opened this issue Oct 10, 2014 · 1 comment
Assignees
Labels

Comments

@tadatuta
Copy link
Member

Now there's possibility to call timer.stop() without actually stopping timer.
That's because of _isStarted flag can be set to false at the moment when _timer is refering to previous instance.

@tadatuta tadatuta added the bug label Oct 10, 2014
@aristov aristov self-assigned this Oct 15, 2014
@hcodes
Copy link
Contributor

hcodes commented Oct 23, 2014

Closes #705

dfilatov added a commit that referenced this issue Oct 23, 2014
tick: stop method won't be remove timer in some cases #694
dfilatov added a commit that referenced this issue Oct 24, 2014
tick: stop method won't be remove timer in some cases #694
@hcodes hcodes closed this as completed Oct 24, 2014
@tadatuta tadatuta changed the title tick: stop method won't be remove timer in some cases tick: stop method won't remove timer in some cases Oct 28, 2014
@tadatuta tadatuta changed the title tick: stop method won't remove timer in some cases tick: stop method doesn't remove timer in some cases Oct 28, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants