aspnetcore/test/Microsoft.AspNetCore.Signal...
Pawel Kadluczka 0267695656 Exceptions thrown during writing should close the connection
We need to close the connection if there is an exception when writing to the transport on the server side. Currently if an exception happens it leaves the connection in an unsable state - after the exception no messages from the server will be sent to the client because the writing loop is terminated. Ignoring the message could cause hangs on the client side since we can fail while writing a completion message. In this case if the client is awaiting the invocation it will hang because the task will never be completed.
2017-09-25 08:13:46 -07:00
..
Internal Adding default ctors for HubProtocols 2017-09-21 15:30:23 -07:00
CancellationDisposable.cs
DefaultHubActivatorTests.cs
DefaultTransportFactoryTests.cs
EchoEndPoint.cs
EndToEndTests.cs
HubEndpointTests.cs Exceptions thrown during writing should close the connection 2017-09-25 08:13:46 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj
SignalRDependencyInjectionExtensionsTests.cs
Startup.cs
TestClient.cs Adding default ctors for HubProtocols 2017-09-21 15:30:23 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs