Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
work around rendezvous timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 14, 2012
1 parent 67cd10f commit 82edbbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/spawner.coffee
Expand Up @@ -55,6 +55,8 @@ class Spawner
rendezvous.on "data", (data) -> emitter.emit("data", data) unless data.toString() is "rendezvous\r\n"
rendezvous.on "end", -> emitter.emit "end"

setInterval (-> rendezvous.write " "), 1000

request.on "error", (error) ->
emitter.emit "error", error

Expand Down

0 comments on commit 82edbbb

Please sign in to comment.