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.
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 theStreamer
process.