Hello,
I try to implement a simple OPC UA Client with Tag monitoring (using KepServerEX).
Connection and monitoring works great.
I try to use ServerConnectionLost to manage reconnexion to server, but not seem to be the good way.
Where should I perform the reconnection with server. Which function should I use, Reconnect or recreateSession.
Is it possible to have a simple example with Connection to OPC UA server -> monitoring Tag -> managing server lost correctly.
Thank You.