Open vitorclelis96 opened 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.close(() => console.log('hi!'))
Seneca version 3.26.0
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