# File lib/em/connection.rb, line 493
493:     def reconnect server, port
494:       EventMachine::reconnect server, port, self
495:     end