aspnetcore/test
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
..
Microsoft.AspNetCore.Client.SignalR.TS.Tests
Microsoft.AspNetCore.SignalR.Client.FunctionalTests Fixed parameter count mismatch when invoking methods with wrong case (#162) 2017-01-26 18:25:49 +00:00
Microsoft.AspNetCore.SignalR.Test.Server
Microsoft.AspNetCore.SignalR.Tests Fixed parameter count mismatch when invoking methods with wrong case (#162) 2017-01-26 18:25:49 +00:00
Microsoft.AspNetCore.Sockets.Client.Tests
Microsoft.AspNetCore.Sockets.Tests
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp