sendgrid/java-http-client

Allow a timeout value to be set

Closed this issue · 5 comments

These values should be configurable

.setSocketTimeout(timeout)
.setConnectTimeout(timeout)
.setConnectionRequestTimeout(timeout)

Created a PR for reference. Since I have not signed CLA I don't expect it to be merged.

ping?

Thanks for the ping @ikatkov,

I see that three others have upvoted this issue, so I've updated our internal queue to help push this issue higher in the backlog.

The issue can continue to rise in the queue by:

  1. More upvotes or comments
  2. A pull request with a signed CLA

This would also be solved with sendgrid/sendgrid-java#158