Resetting position of RetriableStream not working #18115
Labels
App Configuration
Azure.ApplicationModel.Configuration
Azure.Core
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Throwing out error
System.NotSupportedException: Specified method is not supported. at Azure.Core.Pipeline.RetriableStream.RetriableStreamImpl.set_Position(Int64 value)
While trying to discardBuffer and reset stream position back to 0.
How can we achieve the same here without creating a copy in memory stream?
Code snippet:
The text was updated successfully, but these errors were encountered: