Skip to content
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions