aspnetcore/client-ts/FunctionalTests
David Fowler b792fcb4ef
Reduce the per message read allocations (#1635)
- Introduced Utf8BufferTextReader that writes buffers directly into
the char[] allocated by JSON.NET when reading via the JsonReader.
- Use IArrayPool implementation over ArrayPool<char> when reading
incomming messages.
- Replaced JToken parsing with manual parsing using JsonTextReader.
- Added tests for parsing incoming JSON messages with out of order
properties.
- Make access to message headers lazy
- Changed IHubProtocol.TryParseMessage to be ReadOnlyMemory<byte> instead of ReadOnlySpan<byte>
2018-03-18 15:16:03 -07:00
..
selenium Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
ts Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
wwwroot Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
.gitignore Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
AuthorizedHub.cs Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
ComplexObject.cs Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
EchoEndPoint.cs Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
FunctionalTests.csproj Make it possible to run the Browser Functional Tests from the command line (#1448) 2018-02-16 10:48:35 -08:00
Program.cs Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
Startup.cs Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
TestHub.cs ConnectionMetadata is now ConnectionItems (#1604) 2018-03-14 20:57:40 -07:00
UncreatableHub.cs Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
package-lock.json Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
package.json Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
rollup.config.js Major TypeScript module refactoring (#1319) 2018-01-19 14:26:31 -08:00
tsconfig.json Make it possible to run the Browser Functional Tests from the command line (#1448) 2018-02-16 10:48:35 -08:00
web.config Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00