aspnetcore/samples/SocketsSample/EndPoints/Hubs
David Fowler 53858495dc Hubs are more fleshed out (#11)
- `HubEndPoint<T>` : `RpcEndPoint<T>` where T is the Hub type. Optimizing for a single hub per connection here.
- Hubs get OnConnectedAsync and OnDisconnectedAsync methods that are invoked at the right time and with the right scope.
- Introduced HubLifetimeManager<THub> (naming TBD) which is the center of the universe for Hub behaviors.
2016-11-01 23:15:31 -07:00
..
DefaultHubLifetimeManager.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
HubCallerContext.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
HubLifetimeManager.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
IClientProxy.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
IGroupManager.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
IHubConnectionContext.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
Proxies.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
PubSubHubLifetimeManager.cs Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00