aspnetcore/test/Microsoft.AspNetCore.Signal...
Pawel Kadluczka cc42b0eaef Fixing a bug where cancellation could result in HubException
When the client cancels a streaming method the server would send an error completion. This was not correct because cancellation is not an error. We did not see this because our client ignores any messages for a given streaming invocation after sending a CancelInvokationMessage but other clients may want to drain messages before considering a streaming method canceled.
2017-11-01 20:20:43 -07:00
..
Internal
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs Handle errors in Redis subscription callbacks (#1069) 2017-11-01 10:29:02 -07:00
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs
HubEndpointTests.cs Fixing a bug where cancellation could result in HubException 2017-11-01 20:20:43 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Pin package and tool versions to make build more repeatable 2017-11-01 16:40:51 -07:00
SignalRDependencyInjectionExtensionsTests.cs
Startup.cs
UncreatableHub.cs
WebSocketsTransportTests.cs