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
In the previous version, there was a possibility of memory leaks due to weak subscription to NotifyPropertyChanged and NotifyCollectionChanged events. In the new version, I removed the weak subscription and added an API to manage the strong subscription to events. See Two computation states: active and inactive section for details. For other changes, see the Release Notes section at NuGet.
The text was updated successfully, but these errors were encountered:
In the previous version, there was a possibility of memory leaks due to weak subscription to NotifyPropertyChanged and NotifyCollectionChanged events. In the new version, I removed the weak subscription and added an API to manage the strong subscription to events. See Two computation states: active and inactive section for details. For other changes, see the Release Notes section at NuGet.
The text was updated successfully, but these errors were encountered: