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

Sockette.close can unexpectedly clear other timeouts/intervals #66

Open
stevium opened this issue Mar 19, 2022 · 0 comments · May be fixed by #67
Open

Sockette.close can unexpectedly clear other timeouts/intervals #66

stevium opened this issue Mar 19, 2022 · 0 comments · May be fixed by #67

Comments

@stevium
Copy link

stevium commented Mar 19, 2022

Since the first call to window.setTimeout or window.setInterval is returning handle with ID 1 calling Sockette.close would unexpectedly clear that timeout, because timer=1 is still a valid handle ID.

@stevium stevium linked a pull request Mar 19, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant