# File lib/em/connection.rb, line 471
471:     def reconnect server, port
472:       EventMachine::reconnect server, port, self
473:     end