# File lib/mongo/server.rb, line 395
    def unknown!
      # Just dispatch the description changed event here, SDAM flow
      # will update description on the server without in-place mutations
      # and invoke SDAM transitions as needed.
      publish(Event::DESCRIPTION_CHANGED, description, Description.new(address))
    end