netty5/transport
Scott Mitchell be5b5a3b29 NioDatagramChannel invalid usage of internalNioBuffer
Motivation:
NioDatagramChannel attempts to unpack a AddressedEnvelope and unconditionally uses internalNioBuffer. However if the ByteBuf is a CompositeByteBuf with more than 1 components, the write will fail and throw an exception.

Modifications:
- NioDatagramChannel should check the nioBufferCount before attempting
to use internalNioBuffer

Result:
No more failure to write UDP packets on NIO when a CompositeByteBuf is
used.
2018-02-12 09:31:57 -08:00
..
src NioDatagramChannel invalid usage of internalNioBuffer 2018-02-12 09:31:57 -08:00
pom.xml [maven-release-plugin] prepare for next development iteration 2018-02-05 14:31:57 +00:00