AttachedServer.connect_to_manager

AttachedServer.connect_to_manager(ip, port, lb, ub)

Connect to a manager at the endpoint given by ip and port.

Parameters:
  • ip (str) – The IP address where the manager is expected to be listening.

  • port (int) – The port number on which the manager is expected to be listening.

  • lb (int) – The ID lower bound to send to the manager.

  • ub (int) – The ID upper bound to send to the manager.