Closed Jackbaude closed 2 years ago
you need to run the validator
@baude All checks passed. Please let me know thoughts on line 132 as mentioned above.
Maybe something on the lines of ( you can remove unwrap in actual code)
tokio::signal::unix::signal(SignalKind::terminate()).unwrap().recv().await
please add a test
@baude ptal
/approve
@baude, @flouthoc, @Luap99. Is this PR ready to merge?
did you resolve all the comments from folks @Jackbaude ?
Some non-blocking nits but overall LGTM
Some non-blocking nits but overall LGTM
@flouthoc Anything I can fix?
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: baude, flouthoc, Jackbaude
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/lgtm
Wait for a SIGINT signal from the process and clean up UDS socket before shutdown.
Signed-off-by: Jack jackbaude@gmail.com