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) |
||
|---|---|---|
| .. | ||
| HttpConnectionTests.cs | ||
| HubConnectionBuilderExtensionsTests.cs | ||
| HubConnectionBuilderTests.cs | ||
| HubConnectionExtensionsTests.cs | ||
| HubConnectionProtocolTests.cs | ||
| HubConnectionTests.cs | ||
| LongPollingTransportTests.cs | ||
| Microsoft.AspNetCore.SignalR.Client.Tests.csproj | ||
| ResponseUtils.cs | ||
| ServerSentEventsParserTests.cs | ||
| ServerSentEventsTransportTests.cs | ||
| TaskQueueTests.cs | ||
| TestConnection.cs | ||
| TestTransportFactory.cs | ||