Skip to content

Commit

Permalink
change default direct method sender interval to 10s (Azure#4708)
Browse files Browse the repository at this point in the history
Currently there is an issues with connectivity pipelines: Direct method call is failing while EdgeHub re-authenticating the module connected via MQTT protocol.
Increasing the duration to `10s` make the failure less frequent
  • Loading branch information
dmolokanov authored Apr 1, 2021
1 parent ee73e76 commit 028e4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modules/DirectMethodSender/config/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"EdgeHubConnectionString": "<YourConnectionString>",
"TargetModuleId": "DirectMethodReceiver",
"DirectMethodDelay": "00:00:05",
"DirectMethodDelay": "00:00:10",
"InvocationSource": "Local"
}

0 comments on commit 028e4a0

Please sign in to comment.