aurae-runtime / aurae

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

Socket connection #420

Closed dmah42 closed 1 year ago

dmah42 commented 1 year ago

this PR started out with the bit that changes the Client to connect to a SocketAddr instead of a Uri.

but we had an adventure fixing some issues that failed build on syncing to head, and added logging when failing to parse the config file.