rabbitmq / rabbitmq-erlang-client

Erlang client for RabbitMQ
https://www.rabbitmq.com/
Other
184 stars 127 forks source link

Reset seqno to 1 with the first `confirm.select` only #28

Closed dumbbell closed 8 years ago

dumbbell commented 8 years ago

Otherwise, the counter is inconsistent with the broker's one if the client issues a second confirm.select, which breaks confirms.

Fixes #27.