Florian Behrens

Results 1 comments of Florian Behrens

The problem is possibly that the callback you provide in `gpg.encryptToStream()` is only called once [here](https://github.com/drudge/node-gpg/blob/986cff9c66bc0e51b515d0d95c7eba663d93a16e/lib/spawnGPG.js#L104). This is done as soon as the subprocess is spawned. If an error occurs...