On Mon, Jul 2, 2012 at 11:53 PM, Marc <[email protected]> wrote: > Hi, > > I'm using the https://github.com/JustinTulloss/zeromq.node module. I already > forked the module (https://github.com/snrmwg/zeromq.node) to migrate to > libuv for node >= 0.7.11. > Everything works fine. Since node 0.8 I get following message in the > console: > > WARNING: don't use IOWatcher, it'll be removed in v0.9 > > Does anyone know what should be used instead? I could not find any > information. > > Thanks in advance, > > Marc
Use the uv_poll_*() functions. Here[1] is a page explaining how to migrate. [1] https://github.com/joyent/node/wiki/How-to-migrate-from-ev_io_*-to-uv_poll_*-for-IO-polling -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
