# File lib/bunny/client08.rb, line 51
    def initialize(connection_string_or_opts = Hash.new, opts = Hash.new)
      super
      @spec = '0-8'
      @port = self.__opts__[:port] || (self.__opts__[:ssl] ? Qrack::Protocol::SSL_PORT : Qrack::Protocol::PORT)
      @insist = self.__opts__[:insist]
    end