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

[BUG] Missed inheriting code caused failure #795

Merged
merged 4 commits into from
Jul 12, 2023
Merged

[BUG] Missed inheriting code caused failure #795

merged 4 commits into from
Jul 12, 2023

Conversation

scottf
Copy link
Collaborator

@scottf scottf commented Jul 11, 2023

When refactoring pull sync subscription class to have shared base abstract code in common with the push subscription, the push sync subscription class was copied to the abstract class, but was not changed to inherit from it. This caused calls to sub.GetConsumerInfo to fail, since it didn't properly have the consumer name.
This affects all Push subscriptions if the dev calls sub.GetConsumerInfo, thankfully that's fairly uncommon. But...KeyValue watches use push under the covers and immediately call sub.GetConsumerInfo, so immediately fail.
Sigh. Sorry. It's fixed now. I'll release 1.0.7 as soon as possible.

Copy link
Contributor

@mtmk mtmk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scottf scottf merged commit 7a773e5 into master Jul 12, 2023
1 check passed
@scottf scottf deleted the bug-fix-794 branch July 12, 2023 14:43
@bruth bruth removed the 🐞 bug label Aug 18, 2023
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

3 participants