aspnetcore/test
David Fowler 5f3c1060ab Clean up shutdown management (#59)
* Clean up shutdown management
- ConnectionManager now implements IApplicationEvents. It makes testing cleaner
but makes service registration a little messy.

* Cleaned up service registration and layering a bit
- Added SocketsApplicationLifetimeEvents instead of implementing it
on ConnectionManager directly.
- Exposed ConnectionManager.CloseConnections()
2016-12-05 22:07:19 -08:00
..
Microsoft.AspNetCore.SignalR.Test.Server
Microsoft.AspNetCore.SignalR.Tests
Microsoft.AspNetCore.Sockets.Tests Clean up shutdown management (#59) 2016-12-05 22:07:19 -08:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp