aspnetcore/clients
David Fowler 86083c0302
Removing native support for IObservable<T> (#1890)
- There are too many issues and questions with respect to back pressure and the buffering policy we should use when the client being streamed to can't support the data being pushed via OnNext.
As a result, we're dropping support for IObservable but keeping ChannelReader and we'll eventually support IAsyncEnumerable when that makes it into the BCL.
- Add sample showing Observable -> ChannelReader adaption
2018-04-07 15:10:39 -07:00
..
cpp Move Cpp Client to main repo (#1703) 2018-03-29 14:58:54 -07:00
ts Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00