-
Notifications
You must be signed in to change notification settings - Fork 194
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
basic_consume returns a tuple instead of a consumer_tag
#239
Comments
I believe it was intended. |
I saw that PR but fail to understand whether or not the change in the returned value was intended. edit: I mean, the change in the returned value from |
@thedrow @xordoquy unfortunately it was not intentional. I missed returning |
Please do and I'll release a bug fix version. |
Done. I have also added issue for improving API of |
consumer_tag
consumer_tag
@thedrow a bug fix release would be nice! We currently need this workaround in our code:
Thank you for your work on py-amqp! |
Hi,
Since 2.4, I notice the call to
basic_consume
withoutconsumer_tag
nornowait
now returns a tuple with aconsumer_tag
instead of theconsumer_tag
itself as was the case in the previous release.It is not clear to me whether it's intended or not.
The text was updated successfully, but these errors were encountered: