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