aspnetcore/test/Microsoft.AspNetCore.Signal...
Pawel Kadluczka ceff4bd7da Exceptions from user's event handlers should be caught and logged
Otherwise they can spoil event queue and make the client not raise the Received event anymore

Fixes: #818
2017-09-05 12:21:47 -07:00
..
HttpConnectionTests.cs Exceptions from user's event handlers should be caught and logged 2017-09-05 12:21:47 -07:00
HubConnectionExtensionsTests.cs Make Client Side Event Handlers Async (#610) 2017-06-28 22:39:59 -07:00
HubConnectionProtocolTests.cs Changing length prefixing to separator for JSON C# 2017-08-18 09:50:45 -07:00
HubConnectionTests.cs Plumbing TransferMode on the client side 2017-07-14 10:45:28 -07:00
LongPollingTransportTests.cs Upgrade to xunit 2.3.0-beta4 (#754) 2017-08-23 10:02:15 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj Adding Microsoft.AspNetCore.SignalR.Client 2017-08-31 10:10:02 -07:00
ResponseUtils.cs Adding structured negotiate 2017-06-06 15:53:21 -07:00
ServerSentEventsParserTests.cs Changing length prefixing to separator for JSON C# 2017-08-18 09:50:45 -07:00
ServerSentEventsTransportTests.cs Plumbing TransferMode on the client side 2017-07-14 10:45:28 -07:00
TaskQueueTests.cs
TestConnection.cs Changing length prefixing to separator for JSON C# 2017-08-18 09:50:45 -07:00
TestTransportFactory.cs