cfdb710a08
Paging only removes files at the beginning of the stream... Say you have paged files 1 through 1000... if all the messages are ack, but one message on file 1 is missing an ack, all the 999 subsequent files would not be removed until all the messages on file 1 is ack. This was working as engineered, but sometimes devs don't have complete control on their app. With this improvement we will now remove messages in the middle of the stream as well. There is also some improvement to how browsing and page work with this |
||
---|---|---|
.. | ||
src | ||
pom.xml |