Peter Ertl
12/28/2020, 3:03 PMenvironment.monitor.subscribe(ApplicationStopping) { ... }
stays subscribed even after auto reload in development mode. how can I properly unsubscribe my listener on auto reload? additional question: shouldn’t these kind of handlers automatically be unsubscribed on auto reload?zyfuni
04/06/2024, 12:51 PMApplicationStopping
event when auto reload? At least in my demo it’s not.