Updated NuGet packages and removed short timeout.
This commit is contained in:
Родитель
2cab5b2b67
Коммит
45c6513e6b
|
@ -37,8 +37,8 @@
|
|||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.Azure.Devices" Version="1.2.9" />
|
||||
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.3.1" />
|
||||
<PackageReference Include="Microsoft.Azure.Devices" Version="1.3.0" />
|
||||
<PackageReference Include="Microsoft.Azure.Devices.Client" Version="1.4.0" />
|
||||
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="0.4.1" />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
@ -226,7 +226,7 @@ namespace Opc.Ua.Publisher
|
|||
/// </summary>
|
||||
public static async Task EndpointConnect(Uri endpointUrl)
|
||||
{
|
||||
EndpointDescription selectedEndpoint = CoreClientUtils.SelectEndpoint(endpointUrl.AbsoluteUri, true, 10);
|
||||
EndpointDescription selectedEndpoint = CoreClientUtils.SelectEndpoint(endpointUrl.AbsoluteUri, true);
|
||||
ConfiguredEndpoint configuredEndpoint = new ConfiguredEndpoint(selectedEndpoint.Server, EndpointConfiguration.Create(m_configuration));
|
||||
configuredEndpoint.Update(selectedEndpoint);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче