alanxz/SimpleAmqpClient

Stuck on BasicPublish

Infactum opened this issue · 0 comments

Stepts to reproduce:

  1. RabbitMQ 3.7+
  2. Queue with x-max-length and x-overflow: reject-publish
  3. 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.