aspnetcore/test/Microsoft.AspNetCore.Signal...
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
..
HttpConnectionTests.AbortAsync.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
HttpConnectionTests.ConnectionLifecycle.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
HttpConnectionTests.Helpers.cs Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00
HttpConnectionTests.Negotiate.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
HttpConnectionTests.OnReceived.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
HttpConnectionTests.SendAsync.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
HttpConnectionTests.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
HubConnectionBuilderExtensionsTests.cs Add additional properties to HttpOptions (#1557) 2018-03-13 09:46:34 +13:00
HubConnectionBuilderTests.cs
HubConnectionExtensionsTests.cs
HubConnectionProtocolTests.cs Rename StreamAsync to StreamAsChannelAsync (#1587) 2018-03-13 15:04:11 -07:00
HubConnectionTests.cs Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
LongPollingTransportTests.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
TaskQueueTests.cs
TestConnection.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
TestHttpMessageHandler.cs
TestTransport.cs Use features from Protocol.Abstractions (#1594) 2018-03-14 08:17:07 -07:00
TestTransportFactory.cs