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

subscription: add ModifySubscription functionality #714

Merged
merged 6 commits into from
Jan 14, 2025

Conversation

jackchenjc
Copy link
Contributor

@jackchenjc jackchenjc commented Feb 19, 2024

closes #713

@jackchenjc jackchenjc force-pushed the issue-713 branch 3 times, most recently from 47e6bf5 to 6d09349 Compare May 9, 2024 07:00
@jackchenjc jackchenjc requested a review from kung-foo May 9, 2024 08:24
@jackchenjc jackchenjc marked this pull request as draft January 7, 2025 10:35
@jackchenjc jackchenjc marked this pull request as ready for review January 7, 2025 10:50
@jackchenjc
Copy link
Contributor Author

Hi @kung-foo @magiconair,
This is ready for review, thanks.

@magiconair magiconair modified the milestones: v0.6.3, v0.6.4 Jan 11, 2025
jackchenjc and others added 5 commits January 11, 2025 19:24
closes gopcua#713

Signed-off-by: Jack Chen <jack@iotechsys.com>
Decouple client and subscription code during subscription recreation.
During this operation both the state of the client and the subscription
have to be updated while holding a lock in the client.

The previous implementation had both classes call each other. The
control flow in the new implementation is only from the client to
the subscription.
@magiconair
Copy link
Member

Rebased to main

@magiconair
Copy link
Member

Hi @kung-foo it'd be great if you could review this one.

@magiconair magiconair enabled auto-merge January 12, 2025 16:03
@magiconair magiconair disabled auto-merge January 14, 2025 08:10
@magiconair magiconair merged commit bf2d68f into gopcua:main Jan 14, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

subscription: add ModifySubscription functionality
3 participants