aspnetcore/samples/SocketsSample
David Fowler 1647432ef6 Added Connection property to EndPoint
- Exposes a list of connections for user code to act on
- The connection list is thread safe (uses a concurrent dictionary under the hood)
- Removed the Bus and just used the connection list in the samples
2016-10-03 22:58:56 -07:00
..
EndPoints Added Connection property to EndPoint 2016-10-03 22:58:56 -07:00
Hubs Added Connection property to EndPoint 2016-10-03 22:58:56 -07:00
JsonRpc Added hub sample 2016-10-02 03:23:23 -07:00
wwwroot Added hub sample 2016-10-02 03:23:23 -07:00
Program.cs
SocketsSample.xproj
Startup.cs Added hub sample 2016-10-02 03:23:23 -07:00
project.json
web.config