hutcheb commented on issue #1027: URL: https://github.com/apache/plc4x/issues/1027#issuecomment-1632938963
Thanks for that. It looks like the Activate Session Request from PLC4X to the OPCUA server gets sent out 10 seconds after receiving the previous response from the OPCUA server. Looking at the code to see what could delay it within the Activate Session Request logic, there is a few calls to look up the hostname.  As the request does eventually get sent out, I suspect that one of these calls is taking too long too complete. Can you please try adding the OPCUA server hostname in the Hosts file on the client. Something similar to this. https://stackoverflow.com/questions/47031687/getcanonicalhostname-is-very-slow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
