# File lib/em-twitter/connection.rb, line 78
      def stop
        @auto_reconnect     = false
        @gracefully_closed  = true
        close_connection
      end