aspnetcore/samples
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
..
ChatSample Connect to Redis asynchronously (#1922) 2018-04-10 23:48:11 +00:00
ClientSample Delegate disposable to the IConnectionFactory (#1999) 2018-04-13 09:16:23 -07:00
JwtClientSample Http.Connections.Client API Review changes (#1987) 2018-04-13 06:52:27 +00:00
JwtSample
SignalRSamples API review feedback (#1974) 2018-04-12 03:50:14 -07:00
SocialWeather
WebSocketSample