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
openedon Jul 17, 2018
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment