Skip to content

BasicCancel hangs when using new async consumer #341

Closed
@karoberts

Description

@karoberts

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.

It gets stuck here
2017-08-02_16h31_33

I know for certain this only affects the async consumer because the exact same code with a sync consumer takes about 3ms inside BasicCancel.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions