Closed tanner0101 closed 8 years ago
Solves #37 according to this SO post: http://stackoverflow.com/questions/108183/how-to-prevent-sigpipes-or-handle-them-properly
This does not make any breaking changes so it should work as a patch fix.
This fails on Linux. I think this solution in curassow should work pretty well on both platforms: https://github.com/kylef/Curassow/pull/9
Replaced by #44.
Solves #37 according to this SO post: http://stackoverflow.com/questions/108183/how-to-prevent-sigpipes-or-handle-them-properly
This does not make any breaking changes so it should work as a patch fix.