# File lib/hydra/messaging_io.rb, line 36
    def close
      @reader.close if @reader
      @writer.close if @writer
    end