Skip to content

Commit

Permalink
add timeout param to remaining RCTNetworking implementations
Browse files Browse the repository at this point in the history
Reviewed By: nicklockwood

Differential Revision: D2839041

fb-gh-sync-id: 374fca9ce0fdf5622f57a10456c99628ca7a1400
  • Loading branch information
foghina authored and facebook-github-bot-7 committed Jan 18, 2016
1 parent b8ff621 commit 58fc0f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ public final void sendRequest(
int requestId,
ReadableArray headers,
ReadableMap data,
boolean incrementalUpdates) {
boolean incrementalUpdates,
int timeout) {
mLastRequestId = requestId;
mRequestCount++;
mRequestMethod = method;
Expand Down

0 comments on commit 58fc0f0

Please sign in to comment.