You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I seem to have an issue where my rust project, a simple actix api, doesn't appear to kill the cargo sub-process. I have to manually kill any processes left after doing a CTRL+C in the terminal. What's strange is on some very rare occasions everything exits fine.
I initially thought about posting this as an issue in the NX repo, but I don't see this behaviour with non-rust projects.
I'm running my app the usual way: nx run auth-api:run
then killing with CTRL + C, which leaves the cargo process
Anyone else see this, or is it just me?
The text was updated successfully, but these errors were encountered:
Theres probably something weird happening with long running processes here. I can probably update it to use the pseudo terminal support I built into Nx so that it behaves the same.
I seem to have an issue where my rust project, a simple actix api, doesn't appear to kill the cargo sub-process. I have to manually kill any processes left after doing a CTRL+C in the terminal. What's strange is on some very rare occasions everything exits fine.
I initially thought about posting this as an issue in the NX repo, but I don't see this behaviour with non-rust projects.
I'm running my app the usual way:
nx run auth-api:run
then killing with
CTRL + C
, which leaves the cargo processAnyone else see this, or is it just me?
The text was updated successfully, but these errors were encountered: