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

_confirm_delivery possibly unnecessary warning #142

Open
Luminaar opened this issue May 27, 2022 · 1 comment
Open

_confirm_delivery possibly unnecessary warning #142

Luminaar opened this issue May 27, 2022 · 1 comment

Comments

@Luminaar
Copy link

In class Channel, method _confirm_delivery logs a warning if delivery tag is confirmed. If I understand correctly, this is not an error and it's not something I need to be worried about. But I'm seeing a fair amount of these warnings in logs. Could this messages be a level INFO? I'd rather not suppress all warning logs from that module.

@mosquito
Copy link
Owner

I guess that you are doing something wrong. The fact is that the confirmation object is asyncio.Future, and when confirmation frame comes from the broker, it turns out that the future is already in the done state.

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

2 participants