Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions fedn/network/combiner/hooks/grpc_wrappers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def wrapper(self, request, context):
try:
yield from fn(self, request, context)
except Exception as e:
self.client_updates = {}
self._retire_and_log(func_name, e)
# Option B for streaming: signal an RPC error the client understands
context.set_code(grpc.StatusCode.FAILED_PRECONDITION)
Expand Down
Loading