# File lib/stomp/client.rb, line 233
    def close headers={}
      @listener_thread.exit
      @connection.disconnect headers
    end