This commit is contained in:
Yostra 2021-01-05 17:46:33 -05:00 committed by Yostra
parent 651d22db52
commit c3b6f30ca4

View File

@ -38,6 +38,7 @@ async def create_start_daemon_connection(root_path):
process = launch_start_daemon(root_path)
# give the daemon a chance to start up
process.stdout.readline()
await asyncio.sleep(1)
# it prints "daemon: listening"
connection = await connect_to_daemon_and_validate(root_path)
if connection: