mirror of https://github.com/lukechilds/node.git
Browse Source
Switch from running the loop with UV_RUN_ONCE to UV_RUN_DEFAULT, because it's possible that the poll returns earlier than expected and thus the timer is not run on a single interation. The loop is not stopped either from the timer callback or from the async handle's. PR-URL: https://github.com/iojs/io.js/pull/622 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rod Vagg <rod@vagg.org>v1.8.0-commit
committed by
Rod Vagg
1 changed files with 6 additions and 2 deletions
Loading…
Reference in new issue