aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler eafbe74160 Fixed parameter count mismatch when invoking methods with wrong case (#162)
* Fixed parameter count mismatch when invoking methods with wrong case
- Hub methods were being tracked with 2 dictionaries, one for parameter names
the other for callbacks. This change introduces a single dictionary that stores
the hub name to a HubMethodDescriptor. That descriptor stores the parameter types
and method info for the bound hub method.
- The callback is now just an invoke method on the HubEndPoint itself.
- Added tests for case sensitivity in hub method names
2017-01-26 18:25:49 +00:00
..
Properties
HubConnectionTests.cs Fixed parameter count mismatch when invoking methods with wrong case (#162) 2017-01-26 18:25:49 +00:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests.xproj
project.json