Closed sbuzonas closed 10 years ago
Process.wait2 in the Guard::Yard::Server.kill block will hang indefinitely if another gem, e.g. guard-spork, forks first in the guard environment.
Process.wait2
Guard::Yard::Server.kill
guard-spork
Thanks for the find. I resolved the issue and pushed a new minor version of the gem.
Process.wait2
in theGuard::Yard::Server.kill
block will hang indefinitely if another gem, e.g.guard-spork
, forks first in the guard environment.