Open YixiuJiang opened 4 years ago
It is not an issue of the API library. It is an issue of the Partner Center back-end. Retry handling should be implemented on the client-side in your application.
Understood, is there a way to change socket timeout from 2 mins to 10s?
Steps to reproduce
partnerOperations .getProducts().byCountry(country).byId(productId).getSkus().byId(sku).getAvailabilities() .byTargetSegment(segment).get();
Make a get availabilities API call, got socket timeout exception after 2 mins
Should return API response within 10s as this is a get call. Is there a way to set timeout threshold to 10s and also could you please implement retry?
Actual behavior
Diagnostic logs
Environment