Stuck on BasicPublish
Infactum opened this issue · 0 comments
Infactum commented
Stepts to reproduce:
- RabbitMQ 3.7+
- Queue with
x-max-length
andx-overflow: reject-publish
- Publish to full queue
Publish will result in basic.nack frame, which is unwaited according to this comment. Also GetMethodOnChannel
is called without optional timeout parameter. Both this things will result in infinte loop.