Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Dec 3, 2024
1 parent 82428df commit f9609da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fedn/network/combiner/combiner.py
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ def TaskStream(self, response, context):
status = fedn.Status(status="Client {} disconnected from TaskStream.".format(client.name))
status.log_level = fedn.Status.INFO
status.timestamp.GetCurrentTime()
self.__whoami(status.sender, self)
self._send_status(status)

def SendModelUpdate(self, request, context):
Expand Down

0 comments on commit f9609da

Please sign in to comment.