Local Pipeline for message preparation

ckulenk ckulenk at gmail.com
Fri Sep 16 11:05:15 EDT 2011


Thank you! I did not know about this handy class. I encountered a problem
when using an embedded ZlibEncoder/ZlibDecoder in an also embedded custom
Handler. The whole buffer gets corrupted when enabling compression. I use a
length field for separating the messages, a one byte header as compression
flag and an embedded ZlibEncoder/Decoder to (de)compress messages on demand.
This corruption happens only with multiple clients. When using a similar
setup without my custom handler the problem does not occur so I think I do
something wrong.

Cheers,
Christian

--
View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Local-Pipeline-for-message-preparation-tp6797784p6801195.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list