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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
.gitignore Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
AuthorizedHub.cs Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
ComplexObject.cs Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
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 Move Typescript client folder (#1692) 2018-03-22 15:47:08 -07:00
tsconfig.json IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
web.config Add ability to log message content (#1792) 2018-04-03 18:46:25 -07:00