senecajs / seneca

A microservices toolkit for Node.js.
http://senecajs.org
MIT License
3.96k stars 313 forks source link

Seneca close function won't do anything #896

Open vitorclelis96 opened 2 years ago

vitorclelis96 commented 2 years ago

When calling seneca.close(() => console.log('hi!')), the application doesn't crash (functions executes?!), but the callback function doesn't get executed.

Seneca version 3.26.0