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
DefaultHubActivatorTests.cs
EchoEndPoint.cs More WebSockets testing (#100) 2017-01-12 15:59:53 -08:00
EndToEndTests.cs Added Win7 and Win2008 skip for WebSockets testing 2017-01-18 16:15:12 -08:00
HubEndpointTests.cs Fixed parameter count mismatch when invoking methods with wrong case (#162) 2017-01-26 18:25:49 +00:00
Microsoft.AspNetCore.SignalR.Tests.xproj
ServerFixture.cs More WebSockets testing (#100) 2017-01-12 15:59:53 -08:00
TaskExtensions.cs Fixing test hangs, adding timeouts. (#149) 2017-01-24 15:51:58 -08:00
project.json More WebSockets testing (#100) 2017-01-12 15:59:53 -08:00