aspnetcore/test/Microsoft.AspNetCore.Signal...
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
..
HubEndpointTestUtils Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00
Internal Fix non-serializable tests (#1820) 2018-04-03 09:31:52 +12:00
AuthConnectionHandler.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
CancellationDisposable.cs
ClientProxyTests.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs
DefaultTransportFactoryTests.cs HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
EchoConnectionHandler.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
EndToEndTests.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
HttpHeaderConnectionHandler.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
HubConnectionHandlerTests.cs Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00
HubMethodInvocationMessageTests.cs
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
Startup.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs var all the things (#1855) 2018-04-05 18:41:13 +12:00
WriteThenCloseConnectionHandler.cs Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00