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

ConfirmationFrameType is missing Basic.Return type #204

Closed
tsafs opened this issue Oct 22, 2024 · 1 comment
Closed

ConfirmationFrameType is missing Basic.Return type #204

tsafs opened this issue Oct 22, 2024 · 1 comment

Comments

@tsafs
Copy link

tsafs commented Oct 22, 2024

Reproduction:

  • Publish a message on a queue that does not exist with result = await exchange.publish()
  • result will hold a DeliveredMessage object where the delivery variable holds a Basic.Return object.
  • The Basic.Return type is not defined in ConfirmationFrameType as defined abc.py.

I'm wondering if there are other return types that I am not aware of.

@tsafs
Copy link
Author

tsafs commented Oct 22, 2024

Nevermind, I saw the duplicate. It would be nice to see it merged.

@tsafs tsafs closed this as completed Oct 22, 2024
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

No branches or pull requests

1 participant