Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BaseClass cleanup function leads to an emitter memory leak #41

Open
tuxBurner opened this issue May 15, 2017 · 0 comments
Open

BaseClass cleanup function leads to an emitter memory leak #41

tuxBurner opened this issue May 15, 2017 · 0 comments

Comments

@tuxBurner
Copy link
Contributor

This should not work like this.

//process.on('SIGINT', function () {
// instance._cleanUpInternal();
//});

Instead add a clean up registry in the main PilazorTag and when this gets the sigint signal it calls all
cleanup internal functions of the base class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant