Die on child error doesn't work on multithreaded job.
Hi, I'm have a father job that should die on any error of the child. The child is three infinite loops that run there own children at different interleaves. They also have a die on child error checked. if a error is encountered in the infinite loops, the father job doesn't die, only the that infinite loop stops. Even if I drop a tDie component into the child job, it doesn't stop. how can I do this?