Browse Source

debug hypothesis: sleep

justheuristic 4 năm trước cách đây
mục cha
commit
e6db7f0134
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      hivemind/p2p/p2p_daemon_bindings/control.py

+ 1 - 0
hivemind/p2p/p2p_daemon_bindings/control.py

@@ -106,6 +106,7 @@ class ControlClient:
 
         if use_persistent_conn:
             await control._ensure_persistent_conn()
+            await asyncio.sleep(0.4)
 
         return control