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

Use a queue for add/remove subscribe operations. #797

Merged
merged 4 commits into from
Jul 2, 2022

Conversation

boks1971
Copy link
Contributor

@boks1971 boks1971 commented Jul 1, 2022

If subscribe/unsubscribe happens very quickly, the subscription
state gets mixed up as things are keyed off of subscriberID.

Use a queue of subscribe operations and process it serially.

If subscribe/unsubscribe happens very quickly, the subscription
state gets mixed up as things are keyed off of subscriberID.

Use a queue of subscribe operations and process it serially.
@boks1971 boks1971 merged commit 03b0a01 into master Jul 2, 2022
@boks1971 boks1971 deleted the raja_subscribe_queue branch July 2, 2022 05:22
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.

None yet

2 participants