aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler bfa2df1fc6
Remove timeout from receive tcs. (#1471)
* Remove timeout from receive tcs.
- This test echos a large message and it fails sometimes before the entire thing is delivered. Just drop the timeout.
- Avoid creating timers for already completed tasks
2018-02-19 20:15:47 -08:00
..
ChannelExtensions.cs
HubConnectionContextUtils.cs Remove the Channel<HubMessage> from the HubConnectionContext (#1468) 2018-02-17 10:22:11 -08:00
LogRecord.cs
Microsoft.AspNetCore.SignalR.Tests.Utils.csproj
PipeReaderExtensions.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
ServerFixture.cs
TaskExtensions.cs Remove timeout from receive tcs. (#1471) 2018-02-19 20:15:47 -08:00
TestClient.cs Use protocol.abstractions primitives instead of socket abstractions (#1432) 2018-02-10 18:10:09 -08:00
TestHelpers.cs