# File lib/reactor/connector.rb, line 40
    def on_connection_remote_open(event)
      if !@reconnect.nil?
        @reconnect.reset
        @transport = nil
      end
    end