aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler d10a6293bd Discover hub methods at startup time (#503)
* Discover hub methods at startup time
- Errors will show up earlier as a result instead of cryptic
first connect errors.
2017-06-01 09:47:39 -10:00
..
CancellationDisposable.cs Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
DefaultHubActivatorTests.cs
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs Closing transports with error if hubs cannot be created 2017-05-31 16:29:28 -07:00
HubEndpointTests.cs Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
MapSignalRTests.cs Discover hub methods at startup time (#503) 2017-06-01 09:47:39 -10:00
Microsoft.AspNetCore.SignalR.Tests.csproj
ServerFixture.cs Closing transports with error if hubs cannot be created 2017-05-31 16:29:28 -07:00
TestClient.cs Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
UncreatableHub.cs Closing transports with error if hubs cannot be created 2017-05-31 16:29:28 -07:00
WebSocketsTransportTests.cs