aspnetcore/test/Microsoft.AspNetCore.Socket...
David Fowler 323dae4ce9 Handle case where scanning happens after dispose. (#475)
- ConnectionManager.Scan would null ref because the timer.Change was being called
after closing all connections.
2017-05-21 23:19:17 -07:00
..
ConnectionManagerTests.cs Handle case where scanning happens after dispose. (#475) 2017-05-21 23:19:17 -07:00
HttpConnectionDispatcherTests.cs
LongPollingTests.cs
Microsoft.AspNetCore.Sockets.Tests.csproj
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs
WebSocketsTests.cs