Handling of disposable items
Author: dockeratsoCreated May 26, 2026Updated Jun 4, 2026
Labels[area] Rx
Suggestion:
Items (objects that fulfill the IDisposable) that pass the ObserveOn operator should be disposed when a subscription is disposed.
Similar with Sample and other rx classes.
How can disposable items being handled to avoid memory leaks?
Suggestions?
Source: dotnet/reactive