David Fowler
|
1b59fc6f80
|
DI enabled Microsoft.AspNetCore.Sockets (#47)
* DI enabled Microsoft.AspNetCore.Sockets
- Added AddSockets extension method to IServiceCollection
- Inject IApplicationLifetime into ConnectionManager to handle
graceful shutdown and added test.
- Call AddSockets from AddSignalR
* PR feedback
- Added AddSignalR overload that takes Action<SignalROptions>
|
2016-11-26 23:09:38 -08:00 |
David Fowler
|
4aa65cf0bf
|
Updated to new System.IO.Pipelines package instead of Channels
|
2016-11-15 21:46:18 -08:00 |
Andrew Stanton-Nurse
|
2431c5925c
|
integrate Channels-based WebSockets into SignalR (#28)
|
2016-11-15 15:05:45 -08:00 |
Andrew Stanton-Nurse
|
d299cc9186
|
apply license headers
|
2016-11-07 12:00:04 -08:00 |
David Fowler
|
7db1eb8f25
|
Add Async suffix to everything
|
2016-11-02 22:02:29 -07:00 |
David Fowler
|
3032909f3c
|
Added tests
|
2016-10-04 01:32:30 -07:00 |