Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Design and implement support for Hub methods returning Streams and IObservable<T> #324

Closed
@analogrelay

Description

@analogrelay

We want to support Hub methods returning streams of data, like this:

public IObservable<Thingy> Subscribe()
{
}

public Stream DownloadFile()
{
}

We need a design and implementation to support this.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions