Skip to content

Commit

Permalink
fix simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
yanchengnv committed Dec 9, 2024
1 parent 6fa3c62 commit 14d2773
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nvflare/private/fed/app/simulator/simulator_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ def _create_client_cell(self, federated_client, root_url, parent_url):
mpm.add_cleanup_cb(cell.stop)
federated_client.cell = cell
federated_client.communicator.set_cell(cell)
federated_client.communicator.set_auth(
client_name=federated_client.client_name,
token=federated_client.token,
token_signature="NA",
ssid="NA",
)

start = time.time()
while not cell.is_cell_connected(FQCN.ROOT_SERVER):
Expand Down

0 comments on commit 14d2773

Please sign in to comment.