# File lib/nats/client.rb, line 279
    def connected?
      return false unless client
      client.connected?
    end