Hi Team,
In my application, it may happen that a network address becomes available only after the OPC server has started (e.g., due to a slow AutoIP assignment). This address is not known beforehand.
I’ve noticed that the server sockets are opened during server startup. In such cases, newly available addresses do not have a socket associated with them and therefore cannot be used by clients.
Am I missing something? Is there a known solution for this scenario?
Thanks
Roberto