canndrew / netsim

Network simulation in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaks threads

canndrew opened this issue · comments

When cargo test finishes, threads that are created by netsim can linger on in the background, consuming resources. They should automatically be killed when the parent process dies.

This should be ameliorated somewhat now. Spawned processes are set to receive SIGKILL when their parent dies.