Ver Fonte

debug hypothesis: sleep

justheuristic há 4 anos atrás
pai
commit
e6db7f0134
1 ficheiros alterados com 1 adições e 0 exclusões
  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