aspnetcore/test
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
..
Common
Microsoft.AspNetCore.SignalR.Client.FunctionalTests ConnectionMetadata is now ConnectionItems (#1604) 2018-03-14 20:57:40 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Reduce the per message read allocations (#1635) 2018-03-18 15:16:03 -07:00
Microsoft.AspNetCore.SignalR.Redis.Tests Ignore writeasync failures when sending to multiple connections (#1589) 2018-03-16 16:48:05 -07:00
Microsoft.AspNetCore.SignalR.Tests Ignore writeasync failures when sending to multiple connections (#1589) 2018-03-16 16:48:05 -07:00
Microsoft.AspNetCore.SignalR.Tests.Utils ConnectionMetadata is now ConnectionItems (#1604) 2018-03-14 20:57:40 -07:00
Microsoft.AspNetCore.Sockets.Tests Create connectionIds using RNGCrypto (#1606) 2018-03-16 16:16:34 -07:00
Directory.Build.props
xunit.runner.json