aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 19b9dca268
Change IHubProtocol interface to support partial parsing (#1745)
- These are the finishing touches before we disable batching on the
C# client and on the server. We're changing the IHubProtocol interface to
modify the input buffer with what was consumed. We're also changing it
to parse a single message at a time to be match what output writing does.
- Added TryParseResponseMessage and made it look like TryParseRequestMessage
2018-03-28 12:08:16 -07:00
..
HttpConnectionTests.ConnectionLifecycle.cs Check for Websockets to fix flaky tests (#1740) 2018-03-28 00:49:37 -07:00
HttpConnectionTests.Helpers.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HttpConnectionTests.Negotiate.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HttpConnectionTests.Transport.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HttpConnectionTests.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HubConnectionBuilderExtensionsTests.cs
HubConnectionBuilderTests.cs
HubConnectionTests.ConnectionLifecycle.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HubConnectionTests.Extensions.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HubConnectionTests.Helpers.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HubConnectionTests.Protocol.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HubConnectionTests.cs Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
LongPollingTransportTests.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
SyncPoint.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TestConnection.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TestHttpMessageHandler.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TestTransport.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TestTransportFactory.cs