Is it intentional that development mode auto-reload does not fire
ApplicationStopPreparing
only
ApplicationStopping
and
ApplicationStopped
? I'm using the the former to free up some resources instantiated by a Koin module because DI is not available in the latter events anymore. Because of this auto-reload leaks some resources and even crashes my app because the first instance locks a directory so a second instance cannot be created.
e
e5l
12/19/2023, 1:31 PM
Hey @István Mészáros, it looks like a bug. Could you log an issue?