aspnetcore/samples/ClientSample/Tcp
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
..
BufferExtensions.cs
SocketAwaitable.cs
SocketReceiver.cs
SocketSender.cs Use in for ReadOnlySequence (#1900) 2018-04-09 09:29:27 -07:00
TcpConnection.cs Change the HubSample to reconnect to the server (#1933) 2018-04-10 12:44:30 -07:00
TcpHubConnectionBuilderExtensions.cs Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00