kennethkalmer / daemon-kit

Daemon Kit aims to simplify creating Ruby daemons by providing a sound application skeleton (through a generator), task specific generators (jabber bot, etc) and robust environment management code.
http://kennethkalmer.github.com
538 stars 63 forks source link

fix: stop closing IO's we don't own, fixes #85 #86

Closed kennethkalmer closed 9 years ago

kennethkalmer commented 9 years ago

@brixen did an exceptional job of schooling us in #85. I'm all for leaving this responsibility on the authors of the broken code.

/cc @marcbowes

brixen commented 9 years ago

@kennethkalmer @marcbowes thank you!

kennethkalmer commented 9 years ago

@brixen thanks for leading the charge and educating all of us!