We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d23e0ca commit a5e559cCopy full SHA for a5e559c
edge-modules/functions/binding/src/Microsoft.Azure.WebJobs.Extensions.EdgeHub/ModuleClientCache.cs
@@ -53,7 +53,7 @@ public async Task<ModuleClient> GetOrCreateAsync()
53
54
async Task<ModuleClient> CreateModuleClient()
55
{
56
- ModuleClient moduleClient = await ModuleClient.CreateFromEnvironmentAsync(TransportType.Mqtt_Tcp_Only);
+ ModuleClient moduleClient = await ModuleClient.CreateFromEnvironmentAsync(TransportType.Amqp_Tcp_Only);
57
58
moduleClient.ProductInfo = "Microsoft.Azure.WebJobs.Extensions.EdgeHub";
59
return moduleClient;
0 commit comments