Closed MauriceVanVeen closed 1 day ago
Made o.Update(state) consistent for file and mem stores. For example: mem would not report for certain error conditions and file would not report an error for an error condition.
o.Update(state)
Also fixed integer underflow in o.checkAckFloor.
o.checkAckFloor
Signed-off-by: Maurice van Veen github@mauricevanveen.com
Made
o.Update(state)
consistent for file and mem stores. For example: mem would not report for certain error conditions and file would not report an error for an error condition.Also fixed integer underflow in
o.checkAckFloor
.Signed-off-by: Maurice van Veen github@mauricevanveen.com