You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
When subscribing to multiple nodes in a single call, we return an error and
nil
items if any of the results are notStatusOK
. 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
The text was updated successfully, but these errors were encountered: