aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 6c22f25818
Client pipelines (#1435)
- Reworked the Client to be based on pipelines instead of Channels
- SendAsync no longer fails if the http request itself fails but the connection is closed as a result.
- Updated tests
- Base64Encoder needed to support multiple messages in the same span of data
2018-02-12 22:27:43 -08:00
..
HttpConnectionTests.AbortAsync.cs clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00
HttpConnectionTests.ConnectionLifecycle.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.Helpers.cs clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00
HttpConnectionTests.Negotiate.cs clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00
HttpConnectionTests.OnReceived.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.SendAsync.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HubConnectionBuilderExtensionsTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionBuilderTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionExtensionsTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionProtocolTests.cs add headers and revamp msgpack tests (#1382) 2018-02-07 09:36:29 -08:00
HubConnectionTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
LongPollingTransportTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
ResponseUtils.cs clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00
ServerSentEventsParserTests.cs React to pipeline changes (#1365) 2018-01-29 14:36:03 -08:00
ServerSentEventsTransportTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
TaskQueueTests.cs Upgrade test framework versions and fix test issues (#453) 2017-05-15 12:50:30 -07:00
TestConnection.cs fix #1199 by suppressing ODE in received callback (#1395) 2018-02-01 15:08:52 -08:00
TestHttpMessageHandler.cs clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00
TestTransport.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
TestTransportFactory.cs clean up HttpConnectionTests (#1208) 2017-12-19 11:12:39 -08:00