- Today we don't end the request if the application completes but the websocket transport hasn't gotten the receive frame as yet. This changes adds a WebSocketOptions.CloseTimeout to EndPointOptions that allows configuring this timeout. When the timeout is reached, we abort the connection and end the transport task so that the request can end. - Added tests for websocket timeout and skipped tests for application timeouts |
||
|---|---|---|
| .. | ||
| Common | ||
| Microsoft.AspNetCore.SignalR.Client.FunctionalTests | ||
| Microsoft.AspNetCore.SignalR.Client.Tests | ||
| Microsoft.AspNetCore.SignalR.Microbenchmarks | ||
| Microsoft.AspNetCore.SignalR.Tests | ||
| Microsoft.AspNetCore.Sockets.Common.Tests | ||
| Microsoft.AspNetCore.Sockets.Tests | ||
| Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest | ||
| Microsoft.Extensions.WebSockets.Internal.Tests | ||
| WebSocketsTestApp | ||