Sync APIs should support HTTP request cancellation #8357
Labels
Azure.Core
azure-core
Client
This issue points to a problem in the data-plane of the library.
design-discussion
An area of design currently under discussion and open to team and community feedback.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
During the Azure Core HTTP pipeline tech talk, there was a proposal to add the ability to cancel a HTTP request from sync clients. For users of Async clients, a request can be canceled by unsubscribing from the publisher to cancel the request but sync APIs don't have the ability to cancel a request.
The text was updated successfully, but these errors were encountered: