Skip to content

[fix] Change return code of MultiTopicsConsumerImpl::closeAsync after unsubscribe or close #413

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

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

massakam
Copy link
Contributor

@massakam massakam commented Mar 11, 2024

Fixes #88

Motivation

#338 fixed ConsumerImpl::closeAsync so that closing after it was already closed or unsubscribed returns ResultOk instead of ResultAlreadyClosed. However, MultiTopicsConsumerImpl::closeAsync still returns ResultAlreadyClosed. This seems to be a change omission.

Verifying this change

  • Make sure that the change passes the CI checks.

Documentation

  • doc-not-needed

@massakam massakam added the bug Something isn't working label Mar 11, 2024
@massakam massakam added this to the 3.5.0 milestone Mar 11, 2024
@massakam massakam self-assigned this Mar 11, 2024
@BewareMyPower
Copy link
Contributor

Let's ignore the macOS wireshark build workflow for now.

@BewareMyPower BewareMyPower merged commit 4360500 into apache:main Mar 11, 2024
@massakam massakam deleted the fix-return-code branch March 11, 2024 06:48
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

Successfully merging this pull request may close these issues.

[python client] cannot close consumer after an unsubscribe
2 participants