Nikola Milovic
09/28/2021, 12:10 PMArkadii Ivanov
09/28/2021, 1:02 PMStore
via constructor. Usually permanent subscriptions are done inside the Bootstrapper
. You can use subscribeScoped
extension function, so the subscription will be cancelled when the Store
is disposed.Arkadii Ivanov
09/28/2021, 1:03 PMExecutor
as well, if this is the place where you are doing the initialisation.Nikola Milovic
09/28/2021, 1:23 PM