-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Update gopcua library to latest version #9560
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thanks!
Removing the |
Hi @srebhan, This code (v1.20.0 3) failed at the 1-hr mark with the following messages:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In hindsight, probably would have been fine to merge this because we will need to update the library anyway.
@srebhan thanks for working on this, when you get the chance to resolve the merge conflicts I think this is ready to merge.
@sspaink rebase done. |
Looks like new artifacts were built from this PR. Get them here!Artifact URLs |
I ran the latest artifact (windows_amd64), configured to connect to a Red Lion OPC UA server using numeric ids tags and received this error:
The code works fine connecting to OPC UA servers that use strings for tag ids. |
(cherry picked from commit 3c27f59)
resolves #9551
Update to the latest state of the gopcua library in the hope to fix potential timeout problems (see #9551).