瀏覽代碼

add back opaque

Alex Cheema 7 月之前
父節點
當前提交
dc5cdc4d78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      exo/orchestration/node.py

+ 1 - 1
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)
     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
     # 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
   @property
   def current_topology(self) -> Topology:
   def current_topology(self) -> Topology: