* 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. |
||
|---|---|---|
| .. | ||
| Properties | ||
| ConnectionManagerTests.cs | ||
| HttpConnectionDispatcherTests.cs | ||
| LongPollingTests.cs | ||
| Microsoft.AspNetCore.Sockets.Tests.xproj | ||
| ServerSentEventsTests.cs | ||
| WebSocketsTests.cs | ||
| project.json | ||