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
For example, in the DataSourceSelectionViewModel, all subscriptions to reactive property are not added to the Subsprictions collection (list that collects all IDisposable that should be disposed).
Not added them into the collection leads in memory leak since those subscriptions are still alive, even if the ViewModel is not used anymore.
The text was updated successfully, but these errors were encountered:
For example, in the DataSourceSelectionViewModel, all subscriptions to reactive property are not added to the Subsprictions collection (list that collects all IDisposable that should be disposed).
Not added them into the collection leads in memory leak since those subscriptions are still alive, even if the ViewModel is not used anymore.
The text was updated successfully, but these errors were encountered: