jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

RMQ delivery counts are off-by-one on the second attempt. #146

Closed jmalloc closed 5 years ago

jmalloc commented 5 years ago

For a message delivered 4 times, the delivery count is (1, 1, 2, 3).

This will be related to the use of the DLX for delivery counts.