aspnetcore/clients/ts/FunctionalTests
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
..
selenium collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
ts Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00
wwwroot
.gitignore
AuthorizedHub.cs
ComplexObject.cs
EchoConnectionHandler.cs Handle uninitialized connections in disposal (#1786) (#1794) 2018-03-30 15:51:48 -07:00
FunctionalTests.csproj Refactor HubConnectionBuilder (#1830) 2018-04-04 21:19:13 +12:00
Program.cs
Startup.cs Rename TransportTypes to HttpTransportTypes (#1839) 2018-04-03 16:00:20 -07:00
TestHub.cs Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00
UncreatableHub.cs
package-lock.json collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
package.json collect log messages during browser tests (#1670) 2018-03-29 10:11:18 -07:00
rollup.config.js
tsconfig.json
web.config Add ability to log message content (#1792) 2018-04-03 18:46:25 -07:00