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
If you call app.terminate() multiple times, .e.g. by receiving kill signal multiple times, the application will execute all providers and hooks multiple times.
Package version
8.4.1
Describe the bug
If you call
app.terminate()multiple times, .e.g. by receiving kill signal multiple times, the application will execute all providers and hooks multiple times.