aspnetcore/test
David Fowler 9eb42cce2d Clean up disposal of connection state (#148)
* Clean up disposal of connection state
- Removed IDisposable and added a DisposeAsync method to ConnectionState
- Added ApplicationTask and TransportTask to ConnectionState as first class
properties so that it is easy to see (in a process dump or debugger) the
outstanding tasks that Sockets is keeping track of on a per connection basis.
2017-01-25 00:08:08 +00:00
..
Microsoft.AspNetCore.Client.SignalR.TS.Tests Adding infrastructure to write node (a.k.a. unit) tests for ts client (#129) 2017-01-18 13:25:23 -08:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
Microsoft.AspNetCore.SignalR.Test.Server Adding infrastructure to write node (a.k.a. unit) tests for ts client (#129) 2017-01-18 13:25:23 -08:00
Microsoft.AspNetCore.SignalR.Tests Fixing test hangs, adding timeouts. (#149) 2017-01-24 15:51:58 -08:00
Microsoft.AspNetCore.Sockets.Client.Tests
Microsoft.AspNetCore.Sockets.Tests Clean up disposal of connection state (#148) 2017-01-25 00:08:08 +00:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest
Microsoft.Extensions.WebSockets.Internal.Tests
WebSocketsTestApp