Go to file
David Fowler 6af6db67f4 More refactoring
- Moved the IHubConnectionContext implementation out of HubEndPoint
- Added IHubContext to allow getting at the publish side of things without
 being in side the hub. The HubEndPoint now injects this as well.
- HubContext has the implementation of the IHubConnectionContext
- Moved ISignalRBuilder and SignalRBuilder into their own files
2016-11-02 03:03:35 -07:00
samples Changes to redis and groups 2016-11-02 02:29:04 -07:00
src More refactoring 2016-11-02 03:03:35 -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 Make a SignalR project and SignalR.Redis project 2016-11-02 01:49:05 -07:00
NuGet.config Added support for websockets 2016-10-01 10:26:49 -07:00
global.json