[QUERY] ServiceBusRetryPolicy anonymous class allocation #19126
Labels
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.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
I've looked at the usage of
ServiceBusRetryPolicy.RunOperation
and creates a lot of display class allocations. By providing overloads ofRunOperation
likeit would be possible to get rid of those. Example
vs
is that something worth pursuing or not worth the complexity?
There would still be a
Func
allocation though.The text was updated successfully, but these errors were encountered: