aspnetcore/test/Microsoft.AspNetCore.Socket...
David Fowler 3b8e1a5380 Added a close timeout to the web socket transport
- 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
2017-04-04 09:59:41 -07:00
..
ConnectionManagerTests.cs Handle exceptions and Cancellation in DisposeAsync (#366) 2017-04-03 22:21:41 -07:00
HttpConnectionDispatcherTests.cs Added a close timeout to the web socket transport 2017-04-04 09:59:41 -07:00
LongPollingTests.cs add support for binary format in /poll (#303) 2017-03-16 11:06:26 -07:00
Microsoft.AspNetCore.Sockets.Tests.csproj Convert to netcoreapp2.0 (#338) 2017-03-25 09:37:39 -07:00
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs Dev gate (#326) 2017-03-21 08:48:32 -07:00
WebSocketsTests.cs Added a close timeout to the web socket transport 2017-04-04 09:59:41 -07:00