aspnetcore/test/Kestrel.Transport.Libuv.Tests
Stephen Halter f8f6f39f55
Wait off the ConnectionClosed token to stop tracking ConnectionCallback (#2574)
- The prior strategy of waiting for the pipe completed callbacks doesn't work
  because blocks are returned to the memory pool after the callbacks are fired.
2018-05-15 12:38:35 -07:00
..
TestHelpers Wait off the ConnectionClosed token to stop tracking ConnectionCallback (#2574) 2018-05-15 12:38:35 -07:00
Kestrel.Transport.Libuv.Tests.csproj
LibuvConnectionTests.cs Decouple connection objects from the server (#2535) 2018-05-01 12:01:24 -07:00
LibuvOutputConsumerTests.cs Fix connection abort 2018-04-23 17:01:49 -07:00
LibuvThreadTests.cs
LibuvTransportFactoryTests.cs Make LibuvTransport(Factory) pubternal (#2426) 2018-03-26 11:39:51 -07:00
LibuvTransportOptionsTests.cs
LibuvTransportTests.cs React to pool cleanup (#2526) 2018-04-30 08:37:15 -07:00
ListenerPrimaryTests.cs Use TaskCreationOptions.RunContinuationsAsynchronously a lot 2018-04-30 12:56:55 -07:00
MultipleLoopTests.cs
NetworkingTests.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs