harryhorton / node-nmap

NPM package for interfacing with local NMAP installation
MIT License
67 stars 26 forks source link

Event emitter leak warning #13

Closed harryhorton closed 8 years ago

harryhorton commented 8 years ago

(node) warning: possible EventEmitter memory leak detected. 11 SIGINT listeners added

harryhorton commented 8 years ago

Removed process event listeners for each scan once the scan is complete.