Asp.net – Creating Polly retry policy creation for HTTP Transient exception
I am trying to implement polly retry for a method for http transient exception but i am stuck on issues here is the situation CustomResponse response = getResponse(CustomRequest request) getResponse has 2 implemtation one using wcf another using API (These2…