aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 523517f60c Add support for timing out poll requests (#538)
* Add support for timing out poll requests
- Default poll request is 110 seconds (like in previous versions of SignalR)
- Use 200 with a 0 content length for timeouts.
- Added support for not timing out while debugging
2017-06-07 20:55:00 -10:00
..
ConnectionTests.cs Adding structured negotiate 2017-06-06 15:53:21 -07:00
HubConnectionExtensionsTests.cs Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
HubConnectionProtocolTests.cs Simplify the JSON and protobuf protocols (#524) 2017-06-06 07:18:23 -10:00
HubConnectionTests.cs Adding structured negotiate 2017-06-06 15:53:21 -07:00
LongPollingTransportTests.cs Add support for timing out poll requests (#538) 2017-06-07 20:55:00 -10:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
ResponseUtils.cs Adding structured negotiate 2017-06-06 15:53:21 -07:00
TaskQueueTests.cs
TestConnection.cs Removed unused parameter 2017-06-06 10:29:56 -07:00
TestTransportFactory.cs