icerpc / icerpc-csharp

A C# RPC framework built for QUIC, with bidirectional streaming, first-class async/await, and Protobuf support.
https://docs.icerpc.dev
Apache License 2.0
102 stars 13 forks source link

Make decorator non-resettable on the last attempt #4009

Closed bernardnormier closed 3 months ago

bernardnormier commented 3 months ago

This is a small enhancement to the Retry interceptor - it makes the decorator non-resettable on the last attempt to recycle the request memory as soon as possible.