mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

Restore functionality to close channel AFTER all connections have been closed #6

Closed isaldana closed 10 years ago

isaldana commented 10 years ago

On last commit, I moved the channel close to the wrong location. Restoring functionality. Sorry for the inconvenience.