walesch-yan / argussight

MIT License
0 stars 0 forks source link

correctly terminate children of processes #25

Closed walesch-yan closed 1 month ago

walesch-yan commented 1 month ago

With this addition Spawner will correctly terminate any spawned subprocesses, this especially fixes an issue with the streamer classes to free old ports (previously ports were blocked after one process was spawned here), as the actual streaming was done by a child of the Streamer process.