You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It'd be nice to have other, more feature-rich implementations of HttpTransport to use, such as one which used Apache's HttpClient or Google's Java Http Client, both of which have some retry functionality in particular that I'd like to take advantage of. Google's has an "exponentional backoff" retry algorithm which is particularly cool.
We could add some of those things to the current JavaNetHttpTransport, however I think we would be reinventing the wheel a little bit.
The text was updated successfully, but these errors were encountered:
It'd be nice to have other, more feature-rich implementations of HttpTransport to use, such as one which used Apache's HttpClient or Google's Java Http Client, both of which have some retry functionality in particular that I'd like to take advantage of. Google's has an "exponentional backoff" retry algorithm which is particularly cool.
We could add some of those things to the current JavaNetHttpTransport, however I think we would be reinventing the wheel a little bit.
The text was updated successfully, but these errors were encountered: