requestTimeout
used to be a setter but not anymore with latest version
#145
Labels
question
Further information is requested
I am upgrading to the latest packages:
I did most of the migrations but in the old code the
requestTimeout
ofInterceptedClient
was being set on certain situations. New API does not allow this. How can I migrate?As a temporary workaround, I am copying my current client and changing the requestTimeout. After response is fetched, I close the copied client. Is this OK?
The text was updated successfully, but these errors were encountered: