We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
simd start
Right now, Atomkraft doesn't poll for errors from simd start ....
simd start ...
If something is wrong while simd start ... (via Node.start()) is executed, Atomkraft has no clue.
Node.start()
This should be resolved, and the failure must be reported as an error.
The text was updated successfully, but these errors were encountered:
Hi are there any updates on this?
Sorry, something went wrong.
@llama-del-rey, there is no current work to fix this. We will probably rewrite some parts of the code in async to make this happen 🙂
@rnbguy Thank you for your prompt response. Looking forward to future improvements.
rnbguy
No branches or pull requests
Right now, Atomkraft doesn't poll for errors from
simd start ...
.If something is wrong while
simd start ...
(viaNode.start()
) is executed, Atomkraft has no clue.This should be resolved, and the failure must be reported as an error.
The text was updated successfully, but these errors were encountered: