Help I have a few more questions besides the Log #1338
Replies: 2 comments
-
No, this is kind of just how Java logging works in general.
Reconnection happens immediately and then exponentially backs off until it's ~16 seconds between attempts. It's not configurable right now - what would you change about it?
Add a
No, but I can look at adding some kind of success/failure callback for this in the |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response.
|
Beta Was this translation helpful? Give feedback.
-
I am developing an application using Milo. I have some questions for you.
Logger problem
The application must connect to several OPC servers. The application creates and operates multiple OpcUaClients. However, only one logger leaves logs. When a single process has multiple OpcUaClients, is there any way that each OpcUaClient can leave its own log separately?
Is there any way to set the channel reconnection time?
Is there any way to know the session status during Milo operation?
Is there any way to know if KeepAlive is working during Milo's operation?
Beta Was this translation helpful? Give feedback.
All reactions