* 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 |
||
|---|---|---|
| .. | ||
| Properties | ||
| HubConnectionTests.cs | ||
| Microsoft.AspNetCore.SignalR.Client.FunctionalTests.xproj | ||
| project.json | ||