-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed HTTP connection timeout on Android #22164
Conversation
Generated by 🚫 dangerJS |
22496cd
to
401c574
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove all timeouts but clientBuilder.connectTimeout(timeout, TimeUnit.MILLISECONDS);
it'll be enough for fix.
@facebook-github-bot shipit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dulmandakh is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Eric Butler merged commit a508134 into |
Summary: Fixes facebook#11666 (Which was incorrectly closed) Pull Request resolved: facebook#22164 Differential Revision: D13057001 Pulled By: hramos fbshipit-source-id: bcd53e893bc7c114f866e54938166b74b8ae0299
Fixes #11666 (Which was incorrectly closed)
Test Plan:
Release Notes:
[Android] [Fixed] Fixed HTTP Connection Timeout