Skip to content

Commit

Permalink
Update iothub_client_common_longhaul.c (#2008)
Browse files Browse the repository at this point in the history
Set device method travel time back to 300
  • Loading branch information
ericwolz authored Jun 24, 2021
1 parent dcb9140 commit 6b6e244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1497,7 +1497,7 @@ static int invoke_device_method(const void* context)
iotHubLonghaul->deviceInfo->deviceId,
LONGHAUL_DEVICE_METHOD_NAME,
message,
MAX_DEVICE_METHOD_TRAVEL_TIME_SECS,
300,
&responseStatus, &responsePayload, &responseSize);

if (device_method_info.method_result == IOTHUB_DEVICE_METHOD_OK)
Expand Down

0 comments on commit 6b6e244

Please sign in to comment.