01/07/2022
Hi,
I have developed OPC UA SERVER application using CSharp(C#) language.
The requirement is OPC UA Server shall connect to multiple clients for reverse connection.Â
I have configured below two clients in configuration file for reverse connect. when application starts, my deployment pod is not running and if I maintain only one client, pod is running fine. Please help me to fix this issue?
<ServerConfiguration>
<ReverseConnect>
<Clients>
<ReverseConnectClient>
<EndpointUrl>opc.tcp://192.168.1.10:65300</EndpointUrl>
<MaxSessionCount>2</MaxSessionCount>
<Enabled>true</Enabled>
</ReverseConnectClient>
<ReverseConnectClient>
<EndpointUrl>opc.tcp://192.168.1.11:65300</EndpointUrl>
<MaxSessionCount>2</MaxSessionCount>
<Enabled>true</Enabled>
</ReverseConnectClient>
</Clients>
<ConnectInterval>15000</ConnectInterval>
<ConnectTimeout>30000</ConnectTimeout>
<RejectTimeout>60000</RejectTimeout>
</ReverseConnect>
</ServerConfiguration>
1 Guest(s)