On Aug 4, 3:36 pm, mscdex <msc...@gmail.com> wrote: > I have tried manually adding a call to uv_ref() on the uv_poll_t > handle at different points (e.g. after each call to uv_poll_start), > but it does not prevent the event loop from exiting early, no matter > how many uv_ref() statements I have. Is uv_poll some kind of special > case where references on those kinds of handles are ignored?
Ok, so it seems reference counting is now 0 or 1 only. So I guess I need some way of listening for when the uv_poll_t handle's refcount drops to 0 so I can up it back to 1? -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to nodejs@googlegroups.com To unsubscribe from this group, send email to nodejs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en