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
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs
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
Microsoft.AspNetCore.SignalR.Tests.csproj
SignalRDependencyInjectionExtensionsTests.cs
Startup.cs
UncreatableHub.cs
WebSocketsTransportTests.cs