Hi, I've just noticed something that doesnt seem right:
ReceiverImpl.advance() {
...
getSession().incrementIncomingBytes(-current.pending());
but the Delivery should always have 0 pending bytes when advance() is
called?
Bozzo
Hi, I've just noticed something that doesnt seem right:
ReceiverImpl.advance() {
...
getSession().incrementIncomingBytes(-current.pending());
but the Delivery should always have 0 pending bytes when advance() is
called?
Bozzo