Skip to content

Commit

Permalink
Delete node locally in gRPC-rere (#2596)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 14, 2023
1 parent 4f3bb4f commit 04347b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/py/flwr/client/grpc_rere_client/connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ def delete_node() -> None:
delete_node_request = DeleteNodeRequest(node=node)
stub.DeleteNode(request=delete_node_request)

del node_store[KEY_NODE]

def receive() -> Optional[TaskIns]:
"""Receive next task from server."""
# Get Node
Expand Down

0 comments on commit 04347b2

Please sign in to comment.