-
Notifications
You must be signed in to change notification settings - Fork 14
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
setInverval: unexpected behavior #12
Comments
set timeout issue this is indeed a bug, good catch! promise question: The Form the |
Thanks for the detailed answer! Guenter |
btw in the README.md the link to AsyncWrap is broken, the new location is: |
Thanks, I've updated the link. Maybe I can fix the timer issue tomorrow. |
Thank you but that is in no way urgent ;-) Thank you for your support |
Should be fixed in 4ef3b4d (version 1.7.0) |
Thank you for your work on this project!
There seems to be a small bug or unexpected behavior regarding the monkey patched 'setInverval',
because the events are triggered in unexpected order ('destroy' before 'post'), after 'clearInterval' has been called:
I would also have a question about promises:
which produces the following output:
Here, the promise-executor function does not trigger any events, as opposed to the 'then' call. Is this a problem of the 'async-hook' project or is this more 'AsyncWrap' related?
Regards
Guenter
The text was updated successfully, but these errors were encountered: