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
HttpConnectionTests.Helpers.cs
HttpConnectionTests.Negotiate.cs
HttpConnectionTests.Transport.cs
HttpConnectionTests.cs
HubConnectionBuilderExtensionsTests.cs
HubConnectionBuilderTests.cs
HubConnectionTests.ConnectionLifecycle.cs Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -07:00
HubConnectionTests.Extensions.cs
HubConnectionTests.Helpers.cs
HubConnectionTests.Protocol.cs Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -07:00
HubConnectionTests.cs
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
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs Make shutdown logic for SSE and LongPolling more similar to WebSockets (#1779) 2018-03-30 01:50:30 -07:00
SyncPoint.cs
TestConnection.cs Fix internal HubConnection state when handshake fails (#1774) 2018-03-29 16:35:31 -07:00
TestHttpMessageHandler.cs
TestTransport.cs
TestTransportFactory.cs