panthomakos / guard-yard

Guard gem for YARD.
MIT License
33 stars 13 forks source link

server.kill on boot causes guard to hang #13

Closed sbuzonas closed 10 years ago

sbuzonas commented 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.

panthomakos commented 10 years ago

Thanks for the find. I resolved the issue and pushed a new minor version of the gem.