mosquito / aio-pika

AMQP 0.9 client designed for asyncio and humans.
https://aio-pika.readthedocs.org/
Apache License 2.0
1.18k stars 186 forks source link

630: Only nack messages upon cancellation of a consumer subscription … #634

Open lfse-slafleur opened 5 days ago

lfse-slafleur commented 5 days ago

…that belong to that consumer subscription.

lfse-slafleur commented 5 days ago

Closes #630

lfse-slafleur commented 5 days ago

Took awhile due to illness, vacation and other priorities. It also wasn't easy to find a proper, simple regression test, but I think I found one! Following TDD: The test was giving the expected exception before fixing the code. After fixing the code, the test succeeded.