Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WindowsSignaler generates its own temp filename instead of using GetT…
…empFileName GetTempFileName create 0 size temp files to ensure availability of the generated temp filename, which are not removed when the WindowsSignaler is disposed. Instead we simply create our unique temp filenames using UUID, and thus we only create the actual temp (.exe) file that we actually need.
- Loading branch information