Doesn't look like that is the case. I placed my setup code in session.created prior to adding the cusom decoder to the filter chain and it appears to have resolved the problem.
I have a test harness for my prototype which basically blasts requests to my MINA proxy server. It is very much linked to my code at the moment. S.D. --- peter royal <[EMAIL PROTECTED]> wrote: > On Apr 27, 2006, at 2:12 PM, Samuel Doyle wrote: > > Looks like it is possible for my custom decoder to > get > > invoked before sessionOpened takes place. Can > anyone > > confirm this? Should functionality I'm doing in > > sessionOpened be moved to sessionCreated? > > With TCP sessions, you should see sessionOpened > occur prior to your > decoder being called.. Can you create a simple > example of the problem? > -pete > > -- > [EMAIL PROTECTED] - http://fotap.org/~osi > > >
