Closed
Description
I have consumers which check if a certain condition has occurred and cancel. They was I do that is using IModel.BasicCancel(consumerTag). I've been using this successfully for quite some time.
Now using the new async consumer, the call to BasicCancel hangs.
I know for certain this only affects the async consumer because the exact same code with a sync consumer takes about 3ms inside BasicCancel.