Skip to content
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

Node monitor returns an error if _any_ of the requested node ids are invalid #631

Open
kung-foo opened this issue Jan 20, 2023 · 0 comments
Assignees
Labels
bug Something isn't working need feedback Waiting for feedback from requester

Comments

@kung-foo
Copy link
Member

When subscribing to multiple nodes in a single call, we return an error and nil items if any of the results are not StatusOK. However, if there are some nodes that do succeed, the caller will not be aware of that.

See: https://github.com/gopcua/opcua/blob/v0.3.9/monitor/subscription.go#L345-L347
Related: #630

@kung-foo kung-foo added bug Something isn't working need feedback Waiting for feedback from requester labels Jan 20, 2023
@kung-foo kung-foo self-assigned this Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need feedback Waiting for feedback from requester
Projects
None yet
Development

No branches or pull requests

1 participant