<div dir="ltr">In the shared pipleline case, the same pipeline is used for all channels (don&#39;t get confused with the *documentation* annotation, which is just that, a documentation one, on the handlers). With the factory, a pipeline is created per channel so you won&#39;t get corruptions.<div>

<br></div><div>Shay<br><br><div class="gmail_quote">On Sun, Dec 27, 2009 at 5:15 PM, Luis Neves <span dir="ltr">&lt;<a href="mailto:luis.neves@gmail.com">luis.neves@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

On 12/27/2009 01:34 PM, Shay Banon wrote:<br>
&gt; In the TestServer, instead of adding handlers to the pipeline of the<br>
&gt; bootstrap, you need to add a pipeline factory, that will create the<br>
&gt; pipeline you want. Something like:<br>
&gt;<br>
&gt; [... snip ..]<br>
<br>
Thanks!<br>
For some reason that does the trick.<br>
<br>
I was under the impression that both idioms were equivalent  to setup<br>
the pipeline... I was wrong.<br>
<br>
Thanks again.<br>
<br>
Regards.<br>
<font color="#888888"><br>
--<br>
Luis Neves<br>
_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
</font></blockquote></div><br></div></div>