netty5/transport
Trustin Lee 321b18d4d1 Fix test failures n LocalTransportThreadModelTest
testConcurrentMessageBufferAccess() assumes the outbound/inbound byte buffers are unbounded.  Because PooledByteBuf is bounded, the test did not pass.

The fix makes an assumption that ctx.flush() or fireInboundBufferUpdated() will make the next buffer consumed immediately, which is not the case in the real world.  Under network congestion, a user will see IndexOutOfBoundsException if the user's handler implementation writes boundlessly into inbound/outbound buffers.
2012-12-10 16:38:20 +01:00
..
src Fix test failures n LocalTransportThreadModelTest 2012-12-10 16:38:20 +01:00
pom.xml [maven-release-plugin] prepare for next development iteration 2012-12-03 20:34:05 +01:00