-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove GuardedAsyncTask wrapper for call.cancel() (#48251)
Summary: Pull Request resolved: #48251 The original comment mentioning square/okhttp#869 predates the [upgrade to okhttp3](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 fbshipit-source-id: 72ce4deaaff306ef1dde6eda7be88707c37f0be7
- Loading branch information
1 parent
2ea9a7b
commit 783cc57
Showing
2 changed files
with
5 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters