Is it intentional that development mode auto-reloa...
# ktor
i
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
Hey @István Mészáros, it looks like a bug. Could you log an issue?
z
Why ApplicationStopping and ApplicationStopped only fired when access shutdown url in my demo, instead of auto-reload?