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
I've tried both terminate and kill, in both cases the process continues running (even after my program is terminated :/).
terminate
kill
waitForExit also has some strange behaviour.
waitForExit
I'm running the Nim compiler itself in case that helps.
The text was updated successfully, but these errors were encountered:
Sorry, but currently i dont have access to MacOS.
Sorry, something went wrong.
Here is the code that reproduces it: https://github.com/dom96/httpbeast/blob/master/tests/tester.nim (I added the kill commands to work around it). Run with nimble test. It's possible that the same happens on Linux.
nimble test
No branches or pull requests
I've tried both
terminate
andkill
, in both cases the process continues running (even after my program is terminated :/).waitForExit
also has some strange behaviour.I'm running the Nim compiler itself in case that helps.
The text was updated successfully, but these errors were encountered: