hemerajs / fastify-graceful-shutdown

Gracefully shutdown fastify
MIT License
72 stars 13 forks source link

error if there is already someone else registered on the signals #2

Closed mcollina closed 7 years ago

mcollina commented 7 years ago

If you do not do this, and the application is using something else, you might get some very inconsistent behavior

StarpTech commented 7 years ago

Yes, I agree we should warn about itt. Do you prefer a log message or a throw the error?

mcollina commented 7 years ago

I think it should be an error, the plugin would not be usable otherwise.

StarpTech commented 7 years ago

Done.