dotnet/aspnetcore

Additional streaming parameter types

Open

#5,316 opened on Jul 3, 2018

View on GitHub
 (7 comments) (2 reactions) (0 assignees)C# (10,653 forks)batch import
Blazor ♥ SignalRNeeds: Designaffected-very-fewarea-signalrenhancementhelp wantedseverity-nice-to-have

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (Avg merge 16d 9h) (258 merged PRs in 30d)

Description

Currently the user can pass in ChannelReader<T>.

Want to expand this to accept the Stream class, possible the new Pipeline class, etc. Make a common pattern for adding on additional types, maybe somehow tied to IEnumerableAsync.

Contributor guide