reload_connections!

in lib/elastic/transport/transport/base.rb [97:105]


        def reload_connections!
          hosts = sniffer.hosts
          __rebuild_connections(hosts: hosts, options: options)
          self
        rescue SnifferTimeoutError
          log_error('[SnifferTimeoutError] Timeout when reloading connections.')
          self
        end