Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Nov 5, 2024
1 parent 0bab905 commit 86667f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedn/network/clients/grpc_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def heartbeat(self, client_name: str, client_id: str):
logger.info("Sending heartbeat to combiner")
response = self.connectorStub.SendHeartbeat(heartbeat, metadata=self.metadata)
except grpc.RpcError as e:
raise
raise e
except Exception as e:
logger.error(f"GRPC (SendHeartbeat): An error occurred: {e}")
self._disconnect()
Expand Down

0 comments on commit 86667f0

Please sign in to comment.