sofastack / sofa-bolt

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.
https://www.sofastack.tech/projects/sofa-bolt/
Apache License 2.0
2.44k stars 860 forks source link

AbstractBatchDecoder 中的判断换种写法是不是更好理解? #318

Closed MangerLe closed 1 year ago

MangerLe commented 1 year ago

图中红线标注的出来的代码换成: in.readableBytes() > cumulation.maxCapacity() - cumulation.writerIndex()

image

chuailiwu commented 1 year ago

i think the concern is writeIndex