This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.
Use IObservable instead of Output<T>.Subscribe #16
Open
Description
Exposing the messages in an Output as IObservable would in my opinion have some advantages over the current implementation:
- There would be a simple and obvious way to dispose and recreate a subscription
- The complete power of Reactive Extensions including operators for filtering, combining or sampling messages would be easily accessible
Activity