* 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 |
||
|---|---|---|
| .. | ||
| Microsoft.AspNetCore.Client.SignalR.TS.Tests | ||
| Microsoft.AspNetCore.SignalR.Client.FunctionalTests | ||
| Microsoft.AspNetCore.SignalR.Test.Server | ||
| Microsoft.AspNetCore.SignalR.Tests | ||
| Microsoft.AspNetCore.Sockets.Client.Tests | ||
| Microsoft.AspNetCore.Sockets.Tests | ||
| Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest | ||
| Microsoft.Extensions.WebSockets.Internal.Tests | ||
| WebSocketsTestApp | ||