aspnetcore/src
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
..
Common Collapse AsSpan().Slice(..) into AsSpan(..) (#1991) 2018-04-12 23:15:47 -07:00
Microsoft.AspNetCore.Http.Connections Fixed flaky longpolling tests (#1993) 2018-04-13 00:42:31 -07:00
Microsoft.AspNetCore.Http.Connections.Client Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
Microsoft.AspNetCore.Http.Connections.Common Serialize NegotiateResponse with IBufferWriter (#1881) 2018-04-07 15:50:13 +12:00
Microsoft.AspNetCore.SignalR
Microsoft.AspNetCore.SignalR.Client Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
Microsoft.AspNetCore.SignalR.Client.Core Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
Microsoft.AspNetCore.SignalR.Common
Microsoft.AspNetCore.SignalR.Core
Microsoft.AspNetCore.SignalR.Protocols.Json
Microsoft.AspNetCore.SignalR.Protocols.MsgPack
Microsoft.AspNetCore.SignalR.Redis Make the protocol and messages public (#1994) 2018-04-13 01:53:41 -07:00
Directory.Build.props