aspnetcore/samples
David Fowler c1049b722d
The grand unification of ConnectionContext (#1895)
This change rationalizes the 2 very similar abstractions that exist in Connections.Abstractions, IConnection and ConnectionContext. It also introduces an IConnectionFactory to SignalR that is used to create a new ConnectionContext for a HubConnection.

- HubConnection just completes both ends of the transport pipe instead of calling DisposeAsync.
- Implemented ConnectionContext on HttpConnection and added HttpConnectionFactory
-  Updated tests
2018-04-07 16:19:01 -07:00
..
ChatSample Bedrock Renames (#1777) 2018-03-30 15:09:19 -07:00
ClientSample The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
JwtClientSample HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
JwtSample
SignalRSamples Removing native support for IObservable<T> (#1890) 2018-04-07 15:10:39 -07:00
SocialWeather var all the things (#1855) 2018-04-05 18:41:13 +12:00
WebSocketSample