Go to file
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
samples Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
src Hubs are more fleshed out (#11) 2016-11-01 23:15:31 -07:00
test Restore works again 2016-10-28 09:08:06 -07:00
.gitattributes
.gitignore move prototype WebSockets-over-Channels code in 2016-10-14 14:36:18 -07:00
LICENSE.md
Microsoft.AspNetCore.Sockets.sln clean-up and renaming 2016-10-17 15:27:23 -07:00
NuGet.config Added support for websockets 2016-10-01 10:26:49 -07:00
global.json