Oleksandr Skachkov
Results
1
comments of
Oleksandr Skachkov
I use this in my solution: `opc_ua_client.keepalive.is_alive()` And also probably need to add this: ``` opc_ua_client.secure_channel_timeout = 5000 # 5 secconds just for example opc_ua_client.session_timeout = 5000 # 5 secconds...