aspnetcore/samples/ChatSample
David Fowler f21f5039b2 Replace ConnectionContext with HubConnectionContext (#629)
* Replace ConnectionContext with HubConnectionContext
- The SocketDelegate implementation owns the transport pipe,
it's a single producer single consumer model. SignalR needs to support
multiple producers so that broadcast, return values and sending to individual
connections works. This change introduces a multi producer channel that is used
by all producers to copy data to the transport safely. This will make the move
to pipelines easier.
2017-07-03 17:44:28 -07:00
..
Controllers
Data
Hubs
Models
Services
Views
wwwroot
.bowerrc
ChatSample.csproj
HubWithPresence.cs
IUserTracker.cs Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
InMemoryUserTracker.cs Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
PresenceHubLifetimeManager.cs Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
Program.cs
RedisUserTracker.cs Replace ConnectionContext with HubConnectionContext (#629) 2017-07-03 17:44:28 -07:00
Startup.cs Switch to new auth API 2017-07-03 11:52:40 -07:00
UserDetails.cs
appsettings.json
bower.json
bundleconfig.json
compilerconfig.json
compilerconfig.json.defaults
web.config