Hi All, There are instance when RESTful service don’t respond back. The issues can be several. However, we still want to get the response from that service. In those scenarios we put a retry mechanism. The most common issue that we face is Read Timeout and Connection Timeout. The below code handle that scenario and …
Read more
70 total views, 1 views today