Due to this file staging:
|
final FileSaver sourceFile = new FileSaver(source); |
...files from different processes will overwrite each other and create a very messy output.
One could try fixing this by giving more unique file names, e.g. using some random numbers.