aspnetcore/test/Microsoft.AspNetCore.Signal...
Pawel Kadluczka 18f770e937
Late parameter binding (#1049)
Late parameter binding

Storing exception thrown during parameter binding and rethrowing when the method is about to throw. This allows completing invocations with a HubException and keeping the connection open.
We will also no longer close the connection if parameters for client side methods cannot be bound. We will log and continue.

Fixes: #818

(Also fixing #1005 because I was just touching this line)
2017-10-30 11:31:57 -07:00
..
Internal Adding default ctors for HubProtocols 2017-09-21 15:30:23 -07:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs Dynamic Hub Work Part 1 (#636) 2017-07-05 22:55:16 -07:00
DefaultHubLifetimeManagerTests.cs fix issue with incorrect user detection when Invoking for User (#747) 2017-10-06 11:58:18 -07:00
DefaultTransportFactoryTests.cs Removing sending OPTIONS request if WebSocket transport requested (#1036) 2017-10-23 10:28:33 -07:00
EchoEndPoint.cs
EndToEndTests.cs Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00
HubEndpointTests.cs Add Missing Await in Test (#1045) 2017-10-22 23:37:12 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Add authorization per hub method (#577) 2017-06-23 10:22:05 -07:00
Microsoft.AspNetCore.SignalR.Tests.csproj Adding Redis Unit tests (#1013) 2017-10-17 15:48:29 -07:00
SignalRDependencyInjectionExtensionsTests.cs Enabling customizing serialization settings in MessagePack protocol 2017-09-21 15:30:23 -07:00
Startup.cs Adding tests for SSE transport #413 2017-07-13 09:14:03 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs Fix flaky WebSocket test (#745) 2017-08-22 10:48:30 -07:00