Skip to content

Commit

Permalink
fix: fix double sending of remote stats messages
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Dec 4, 2024
1 parent f609b3f commit 8297241
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/enrgdaq/daq/jobs/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ def _unpack_message(self, message: bytes) -> DAQJobMessage:
def _send_remote_stats_message(self):
msg = DAQJobMessageStatsRemote(dict(self._remote_stats))
self._put_message_out(msg)
self.message_in.put(msg)

def __del__(self):
"""
Expand Down

0 comments on commit 8297241

Please sign in to comment.