Extended exception retry strategy never called
czietsman opened this issue · 0 comments
czietsman commented
I picked up a scenario where a Intuit.Ipp.Exception.CommunicationException
was thrown which I believe can be retried. I added custom retry logic to my IntuitRetryPolicy
handle this case, however the logic was never called.
PR #251 fixes the condition to allow the custom logic to be called.