aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 9fd713c73a
Make MemoryBufferWriter a Stream (#1907)
- Get rid of LimitArrayPoolWriteStream and use MemoryBufferWriter in its place in the MessagePackProtocol implementation.
- Added tests for MemoryPoolBufferWriter and fixed a bug in CopyToAsync
- Added CopyTo(`IBufferWriter<byte>`)
- Changed MemoryBufferWriter to fill the underlying arrays that back segments, the segment size is now a minimum.
2018-04-08 16:11:17 -07:00
..
HttpConnectionTests.ConnectionLifecycle.cs Clean up client ITransport interface (#1893) 2018-04-07 15:11:42 -07:00
HttpConnectionTests.Helpers.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
HttpConnectionTests.Negotiate.cs
HttpConnectionTests.Transport.cs
HttpConnectionTests.cs
HubConnectionBuilderExtensionsTests.cs
HubConnectionBuilderTests.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
HubConnectionTests.ConnectionLifecycle.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
HubConnectionTests.Extensions.cs
HubConnectionTests.Helpers.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
HubConnectionTests.Protocol.cs
HubConnectionTests.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
LongPollingTransportTests.cs Use expression body properties and implicit arrays where possible (#1906) 2018-04-08 21:40:01 +12:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj Serialize NegotiateResponse with IBufferWriter (#1881) 2018-04-07 15:50:13 +12:00
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs Clean up client ITransport interface (#1893) 2018-04-07 15:11:42 -07:00
SyncPoint.cs
TestConnection.cs Make MemoryBufferWriter a Stream (#1907) 2018-04-08 16:11:17 -07:00
TestHttpMessageHandler.cs
TestTransport.cs Clean up client ITransport interface (#1893) 2018-04-07 15:11:42 -07:00
TestTransportFactory.cs