# File lib/mongo/util/pool.rb, line 75
    def healthy?
      close if @sockets.all?(&:closed?)
      !closed? && node.healthy?
    end