You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: