aspnetcore/test
moozzyk 217f707456 Sorting out exceptions
Making sure that OnConnected/OnDisconnected events are invoked correctly (e.g. if invoking OnDisconnectedAsync on hub threw we would not call OnDisconnectedAsync on lifetime manager and therefore we would continue to use/track connections that were already closed)
2017-01-09 08:29:44 -08:00
..
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Handling exceptions thrown on the server side 2016-12-26 22:39:48 -08:00
Microsoft.AspNetCore.SignalR.Test.Server
Microsoft.AspNetCore.SignalR.Tests Sorting out exceptions 2017-01-09 08:29:44 -08:00
Microsoft.AspNetCore.Sockets.Client.Tests
Microsoft.AspNetCore.Sockets.Tests
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp