During attachment processing, an stream is open to read the file content, but is not dispose or close, so the file is locks until GC finalize it. I created a PR #26 with the solution.