Skip to content

Commit

Permalink
Fix sub_worker_process shutdown (NVIDIA#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanTingHsieh committed Apr 18, 2024
1 parent b4c3ed0 commit d39e114
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nvflare/private/fed/app/client/sub_worker_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,6 @@ def _handle_event(self, data):

def _close(self, data):
self.done = True
self.cell.stop()
# mpm.stop()

def run(self):
self.logger.info("SubWorkerExecutor process started.")
Expand Down

0 comments on commit d39e114

Please sign in to comment.