-
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
Remove GuardedAsyncTask wrapper for call.cancel() #48251
Conversation
This pull request was exported from Phabricator. Differential Revision: D67157018 |
Summary: The original comment mentioning square/okhttp#869 predates the [upgrade to okhttp3](facebook@6bbaff2), which resolved the issue via square/okhttp#1592. Cancel calls should now be async and don't need to be guarded. Removing this also fixes a discrepancy in NetworkingModule unit test verification. Changelog: [Internal] Reviewed By: javache Differential Revision: D67157018
2948dea
to
0f08457
Compare
This pull request was exported from Phabricator. Differential Revision: D67157018 |
Summary: The original comment mentioning square/okhttp#869 predates the [upgrade to okhttp3](facebook@6bbaff2), which resolved the issue via square/okhttp#1592. Cancel calls should now be async and don't need to be guarded. Removing this also fixes a discrepancy in NetworkingModule unit test verification. Changelog: [Internal] Reviewed By: javache Differential Revision: D67157018
0f08457
to
cb00e72
Compare
This pull request was exported from Phabricator. Differential Revision: D67157018 |
Summary: The original comment mentioning square/okhttp#869 predates the [upgrade to okhttp3](facebook@6bbaff2), which resolved the issue via square/okhttp#1592. Cancel calls should now be async and don't need to be guarded. Removing this also fixes a discrepancy in NetworkingModule unit test verification. Changelog: [Internal] Reviewed By: javache Differential Revision: D67157018
cb00e72
to
9d76233
Compare
This pull request was exported from Phabricator. Differential Revision: D67157018 |
Summary: The original comment mentioning square/okhttp#869 predates the [upgrade to okhttp3](facebook@6bbaff2), which resolved the issue via square/okhttp#1592. Cancel calls should now be async and don't need to be guarded. Removing this also fixes a discrepancy in NetworkingModule unit test verification. Changelog: [Internal] Reviewed By: javache Differential Revision: D67157018
9d76233
to
568bd9c
Compare
This pull request was exported from Phabricator. Differential Revision: D67157018 |
Summary: The original comment mentioning square/okhttp#869 predates the [upgrade to okhttp3](facebook@6bbaff2), which resolved the issue via square/okhttp#1592. Cancel calls should now be async and don't need to be guarded. Removing this also fixes a discrepancy in NetworkingModule unit test verification. Changelog: [Internal] Reviewed By: javache Differential Revision: D67157018
568bd9c
to
014326c
Compare
This pull request was exported from Phabricator. Differential Revision: D67157018 |
This pull request has been merged in 783cc57. |
This pull request was successfully merged by Thomas Nardone in 783cc57 When will my fix make it into a release? | How to file a pick request? |
Summary:
The original comment mentioning square/okhttp#869 predates the upgrade to okhttp3, which resolved the issue via square/okhttp#1592.
Cancel calls should now be async and don't need to be guarded. Removing this also fixes a discrepancy in NetworkingModule unit test verification.
Changelog: [Internal]
Reviewed By: javache
Differential Revision: D67157018