dotnet/aspnetcore

Additional streaming parameter types

Open

#5.316 aberto em 3 de jul. de 2018

Ver no GitHub
 (7 comments) (2 reactions) (0 assignees)C# (10.653 forks)batch import
Blazor ♥ SignalRNeeds: Designaffected-very-fewarea-signalrenhancementhelp wantedseverity-nice-to-have

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 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.

Guia do colaborador