aspnetcore/test
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
..
Common Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00
Microsoft.AspNetCore.SignalR.Client.Tests Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00
Microsoft.AspNetCore.SignalR.Common.Tests Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00
Microsoft.AspNetCore.SignalR.Redis.Tests [Redis] Adding same group to connection multiple times should NOP (#1040) 2017-10-20 14:29:08 -07:00
Microsoft.AspNetCore.SignalR.Tests Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00
Microsoft.AspNetCore.Sockets.Tests Initial support for websocket subprotocols (#933) 2017-09-25 15:17:45 -07:00
Directory.Build.props