aspnetcore/test/Microsoft.AspNetCore.Signal.../Internal
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
..
Encoders Upgrade to xunit 2.3.0-beta4 (#754) 2017-08-23 10:02:15 -07:00
Formatters Replacing 8-byte-long length prefix with varint 2017-09-28 17:00:49 -07:00
Protocol Late parameter binding (#1049) 2017-10-30 11:31:57 -07:00