Closed MauriceVanVeen closed 1 day ago
o.chkflr was set to be too high, whereas it should never be higher than o.asflr+1. If o.chkflr > o.asflr+1 we're not able to retry acking messages until o.asflr is upped.
o.chkflr
o.asflr+1
o.chkflr > o.asflr+1
o.asflr
Signed-off-by: Maurice van Veen github@mauricevanveen.com
@derekcollison, removed the retry floor from this PR, this is ready for review again.
o.chkflr
was set to be too high, whereas it should never be higher thano.asflr+1
. Ifo.chkflr > o.asflr+1
we're not able to retry acking messages untilo.asflr
is upped.Signed-off-by: Maurice van Veen github@mauricevanveen.com