- If a message was sent and the application was ended in the same poll request, the connection would be closed by the time the next poll came in which resulted in a 404. This change waits until the transport writes all data before closing it. - Also fixed a test so that the exception started to show client side. #469 |
||
|---|---|---|
| .. | ||
| DefaultHubActivatorTests.cs | ||
| DefaultTransportFactoryTests.cs | ||
| EchoEndPoint.cs | ||
| EndToEndTests.cs | ||
| HubEndpointTests.cs | ||
| Microsoft.AspNetCore.SignalR.Tests.csproj | ||
| ServerFixture.cs | ||
| TestClient.cs | ||