aspnetcore/test/Microsoft.AspNetCore.Signal...
Andrew Stanton-Nurse cb3124be17
First pass at Keep Alive (#1119)
This adds the Ping message type and support for sending/receiving it in the Hub Protocols. It does not add the logic to transmit keep-alive frames.
2017-11-16 09:45:13 -08:00
..
Internal
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs [Redis] Add functional test support (#1051) 2017-11-14 09:32:14 -08:00
HubEndpointTests.cs First pass at Keep Alive (#1119) 2017-11-16 09:45:13 -08:00
HubReflectionHelperTests.cs
MapSignalRTests.cs Couple more reaction changes for Hosting (#1126) 2017-11-15 13:31:17 -08:00
Microsoft.AspNetCore.SignalR.Tests.csproj
SignalRDependencyInjectionExtensionsTests.cs
Startup.cs
UncreatableHub.cs
WebSocketsTransportTests.cs