-
Notifications
You must be signed in to change notification settings - Fork 523
Add IConnectionLifetimeFeature to Microsoft.AspNetCore.Connections.Abstractions #2054
Comments
Putting this in 2.2 milestone for now (like the other bedrock items). |
I don't think that As it is, Anything else would feel too specific. By the way, should |
I think it needs to be. It's way to directly communicate with the underlying transport skipping all indirections (the Transport pipe might have been replaced).
I don't think so. It's a signal, fire and forget. I updated the interface. |
This interface will be available through the I just don't understand why it also needs to be "hard-coded" into |
Because every connection needs the ability to be aborted and that is a distinct feature from completing the transport. |
Tracking the dev work. |
This is now in 2.1 and our dev branches. |
Uh oh!
There was an error while loading. Please reload this page.
These should also be exposed on
ConnectionContext
Related to: #1980
The text was updated successfully, but these errors were encountered: