aspnetcore/test/Microsoft.AspNetCore.Socket...
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
..
Properties
ConnectionManagerTests.cs Clean up disposal of connection state (#148) 2017-01-25 00:08:08 +00:00
HttpConnectionDispatcherTests.cs
LongPollingTests.cs React to Channel API changes 2017-01-19 08:15:59 -08:00
Microsoft.AspNetCore.Sockets.Tests.xproj
ServerSentEventsTests.cs React to Channel API changes 2017-01-19 08:15:59 -08:00
WebSocketsTests.cs React to Channel API changes 2017-01-19 08:15:59 -08:00
project.json