smartystreets / smartystreets-java-sdk

The official client libraries for accessing SmartyStreets APIs from Java (and JRE-based languages)
https://smartystreets.com/docs/sdk/java
14 stars 18 forks source link

fixed timout issue #47

Closed ppetrashov closed 8 months ago

ppetrashov commented 8 months ago

fix for https://github.com/smartystreets/smartystreets-java-sdk/issues/46

RyanLCox1 commented 8 months ago

Pavel,

Thank you for the pull request! We ended up using some of the ideas in this request to fix the actual issue in a way that followed our current paradigm. It is recommended and encouraged to use the ClientBuilder at com.smartystreets.api.ClientBuilder to get a new instance of the Client. We made sure that it now includes the timeout in all instances.

ppetrashov commented 8 months ago

Thank you for the fast reaction. I'm waiting for the fix to appear in Maven repository :)