-
Notifications
You must be signed in to change notification settings - Fork 7.3k
IOWatcher broken since 0.7.9 #4136
Comments
That's correct.
I agree but I don't think it's possible without changing the C++ ABI and that requires recompiling every module that directly or indirectly depends on the IOWatcher class. I don't really want to do that but I'll leave the issue open. If enough people speak up I'll reconsider it. |
Well, to me |
IOWatcher is gone completely in master so you'll have to make the switch to uv_poll_t eventually, might as well do it now. |
I still think the wrapper for uv_poll_t belongs on the node side. See my comment on #3348. |
Closing. v0.8 is in maintenance mode and IOWatcher is gone in v0.10. |
Since 0.7.9 node exits even if an
IOWatcher
is still active. IO works fine when I keep the process running by adding e.g. a timer. My best guess is that the reference counting is broken. AlthoughIOWatcher
is deprecated and removed in 0.9 I think it should be fixed in 0.7 and 0.8.The text was updated successfully, but these errors were encountered: