aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 3e69fdc4ad
Delegate disposable to the IConnectionFactory (#1999)
- Added DisposeAsync to the IConnectionFactory. It's responsible for disposing the connection after the pipe has closed.
- Added dispose callback to WithConnectionFactory
- Don't wait for poll request to end before unwinding from the transport
- Make sure all http requests are done before returning from StopAsync in both SSE and longpolling
2018-04-13 09:16:23 -07:00
..
HttpConnectionTests.ConnectionLifecycle.cs
HttpConnectionTests.Helpers.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
HttpConnectionTests.Negotiate.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
HttpConnectionTests.Transport.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
HttpConnectionTests.cs
HubConnectionBuilderExtensionsTests.cs Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
HubConnectionBuilderTests.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
HubConnectionTests.ConnectionLifecycle.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
HubConnectionTests.Extensions.cs Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
HubConnectionTests.Helpers.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
HubConnectionTests.Protocol.cs Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
HubConnectionTests.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
LongPollingTransportTests.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs
SyncPoint.cs
TestConnection.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
TestHttpMessageHandler.cs
TestTransport.cs
TestTransportFactory.cs