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

Node 0.8 polling fix #69

Merged
merged 2 commits into from
Aug 17, 2012
Merged

Conversation

pooyasencha
Copy link
Contributor

Here is another bug fix for node 0.8. Node's ev-emul.h uses a field named "flags" to track if the polling is already initialized but it doesn't clear that flag after a ev_io_stop. That's why I added w->flags=0 as a hack.

This again calls for a rewrite of module and using libuv directly.

--Pooya

yfinkelstein added a commit that referenced this pull request Aug 17, 2012
@yfinkelstein yfinkelstein merged commit 484763e into yfinkelstein:master Aug 17, 2012
@yfinkelstein
Copy link
Owner

thanks!

@yfinkelstein
Copy link
Owner

Mark has already did the initial work on conversion to libuv. I will take his work and finish whatever is remaining as soon as I get some time.

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 this pull request may close these issues.

2 participants