- `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. |
||
|---|---|---|
| .. | ||
| EndPoints | ||
| Hubs | ||
| JsonRpc | ||
| Properties | ||
| Protobuf | ||
| wwwroot | ||
| FormatterExtensions.cs | ||
| IInvocationAdapter.cs | ||
| InvocationDescriptor.cs | ||
| InvocationResultDescriptor.cs | ||
| JSonInvocationAdapter.cs | ||
| LineInvocationAdapter.cs | ||
| Program.cs | ||
| ProtobufSerializer.cs | ||
| SocketFormatters.cs | ||
| SocketsSample.xproj | ||
| Startup.cs | ||
| project.json | ||
| web.config | ||