Add timeout parameter to HttpClient client
FrEaKmAn opened this issue · 2 comments
FrEaKmAn commented
There should be an option to pass timeout to HttpClient in case if server cannot be reached.
abhihdr03 commented
facing the same issue, the HttpClient(kdbUrl) API hangs if the server is not reachable or unable to respond.
jsabin commented
Added a configuration to HttpClient that allows you to set the timeout.