diff --git a/lib/zombie/eventloop.coffee b/lib/zombie/eventloop.coffee index 162fc87dc..cd76baa58 100644 --- a/lib/zombie/eventloop.coffee +++ b/lib/zombie/eventloop.coffee @@ -138,7 +138,8 @@ class EventLoop else pending.response = response if --requests == 0 - wait() for wait in waiting + for wait in waiting + process.nextTick -> wait() waiting = []