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 leaks callback handles when a monitor call partially fails #630

Open
kung-foo opened this issue Jan 20, 2023 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@kung-foo
Copy link
Member

We add a handle to the monitor before we know if we can create a subscription for that node. If the subscription fails, the handle remains.

See: https://github.com/gopcua/opcua/blob/v0.3.9/monitor/subscription.go#L319

@kung-foo kung-foo added the bug Something isn't working label 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
Projects
None yet
Development

No branches or pull requests

1 participant