[object Object]

← back to Exo

add back opaque

dc5cdc4d78bc0fa069eb7148031a57ab96439f93 · 2025-01-22 23:59:39 +0000 · Alex Cheema

Files touched

Diff

commit dc5cdc4d78bc0fa069eb7148031a57ab96439f93
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Wed Jan 22 23:59:39 2025 +0000

    add back opaque
---
 exo/orchestration/node.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/exo/orchestration/node.py b/exo/orchestration/node.py
index 0d6acd3f..36c771b0 100644
--- a/exo/orchestration/node.py
+++ b/exo/orchestration/node.py
@@ -611,7 +611,7 @@ class Node:
 
     await asyncio.gather(*[send_status_to_peer(peer) for peer in self.peers], return_exceptions=True)
     # in the case of opaque status, we also want to receive our own opaque statuses
-    # self.on_opaque_status.trigger_all(request_id, status)
+    self.on_opaque_status.trigger_all(request_id, status)
 
   @property
   def current_topology(self) -> Topology:

← f8db4e13 fix check for sd2.1  ·  back to Exo  ·  add back the benchmarks baby 112dea15 →