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
..
HubConnectionHandlerTestUtils Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
Internal Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
AuthConnectionHandler.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
CancellationDisposable.cs readonly all the things (#1901) 2018-04-08 15:47:01 +12:00
ClientProxyTests.cs Make Proxies Internal (#1982) 2018-04-13 00:38:16 +00:00
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
DefaultTransportFactoryTests.cs Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
EchoConnectionHandler.cs
EndToEndTests.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
HttpHeaderConnectionHandler.cs
HubConnectionHandlerTests.cs Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
HubMethodInvocationMessageTests.cs Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
Startup.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs Microsoft.AspNetCore.Http.Connections.Client refactors (#1995) 2018-04-13 20:13:58 +12:00
WriteThenCloseConnectionHandler.cs