aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.85k stars 91 forks source link

We need to wait for the nested auraed to start listening on the socket #254

Closed future-highway closed 1 year ago

future-highway commented 1 year ago

Trying to run cells_output.ts, surfaces an issue where the parent auraed is trying to connect to the child auraed before the child has a chance to setup and listen on the socket, resulting in a transport error.

future-highway commented 1 year ago

282