aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler a26e6f5a30
Make shutdown logic for SSE and LongPolling more similar to WebSockets (#1779)
- Cancel reading from the application when initiating a transport stop
- Complete each side of the pipe in the place where the pipe is being consumed
- Errors from sending end up getting sent to the application
- The Running task never throws
- Removes ContinueWith
2018-03-30 01:50:30 -07:00
..
HttpConnectionTests.ConnectionLifecycle.cs Fix more flaky tests (#1750) 2018-03-28 15:27:40 -07:00
HttpConnectionTests.Helpers.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HttpConnectionTests.Negotiate.cs Handshake and negotiation optimization (#1731) 2018-03-29 17:50:45 +13: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 Add additional properties to HttpOptions (#1557) 2018-03-13 09:46:34 +13:00
HubConnectionBuilderTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionTests.ConnectionLifecycle.cs Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -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 Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -07:00
HubConnectionTests.cs Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
LongPollingTransportTests.cs Make shutdown logic for SSE and LongPolling more similar to WebSockets (#1779) 2018-03-30 01:50:30 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj React to https://github.com/aspnet/KestrelHttpServer/pull/2428 (#1734) 2018-03-27 02:02:29 -07:00
ResponseUtils.cs The rename games part 1 of many (#1696) 2018-03-22 22:35:55 -07:00
ServerSentEventsParserTests.cs Update to new corefx (#1561) 2018-03-08 14:23:20 -08:00
ServerSentEventsTransportTests.cs Make shutdown logic for SSE and LongPolling more similar to WebSockets (#1779) 2018-03-30 01:50:30 -07:00
SyncPoint.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TestConnection.cs Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -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