Go to file
David Fowler 217223e636 Generics overload
- Changed IHubConnectionContext and friends to be generic.
- Hub by default is Hub<IClientProxy>. We'll enable dynamic and arbitrary TClients in another commit.
2016-11-05 10:53:54 -07:00
samples Small tweaks to sample 2016-11-04 01:50:55 -07:00
src Generics overload 2016-11-05 10:53:54 -07:00
test Add Async suffix to everything 2016-11-02 22:02:29 -07:00
.gitattributes
.gitignore Clean up and TS client 2016-11-02 18:35:12 -07:00
LICENSE.md Updated license.md 2016-10-01 00:45:02 -07:00
Microsoft.AspNetCore.Sockets.sln Added ChatSample 2016-11-02 17:33:48 -07:00
NuGet.config Added support for websockets 2016-10-01 10:26:49 -07:00
global.json