netty5/transport
Norman Maurer f31c630c8c [#2769] Fix regression when writing different message types
Motivation:

Due a regression NioSocketChannel.doWrite(...) will throw a ClassCastException if you do something like:

channel.write(bytebuf);
channel.write(fileregion);
channel.flush();

Modifications:

Correctly handle writing of different message types by using the correct message count while loop over them.

Result:

No more ClassCastException
2014-08-15 11:55:48 +02:00
..
src [#2769] Fix regression when writing different message types 2014-08-15 11:55:48 +02:00
pom.xml [maven-release-plugin] prepare for next development iteration 2014-08-14 09:41:33 +09:00