Commit b1085044 authored by zhuwenwen's avatar zhuwenwen
Browse files

remove ready_pipe

parent 92adb910
...@@ -576,9 +576,6 @@ class EngineCoreProc(EngineCore): ...@@ -576,9 +576,6 @@ class EngineCoreProc(EngineCore):
else: else:
engine_core = EngineCoreProc(*args, **kwargs) engine_core = EngineCoreProc(*args, **kwargs)
# Send Readiness signal to EngineClient.
ready_pipe.send({"status": "READY"})
engine_core.run_busy_loop() engine_core.run_busy_loop()
except SystemExit: except SystemExit:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment