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
This is problematic because if the queue in the event loop is empty, nodejs will exit at the (broken) promise chain without running onShutdown.
Depending on what is being done in onShutdown, this might mean something won't get cleaned up properly.
Not sure why you created a promise here just to ignore it without waiting for it to finish.
Could you help me understand the rationale?
The text was updated successfully, but these errors were encountered: