elecharny commented on PR #41:
URL: https://github.com/apache/mina/pull/41#issuecomment-1783879546

   To be clear: as soon as the connection has been created, we need to initiate 
the handshake. This is the purpose of the **onPosAdd** method. If we don't do 
that, then the handshake will never be initiated anywhere.
   
   In your case, I guess the **ProxyFilter** instance does not have a proper 
**ProxyLogicHandler** attribute stored. There is most certainly some issue in 
the session initialization, like teh session is initialized twice.
   
   In any case, the proposed patch does not seems valid to me.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@mina.apache.org
For additional commands, e-mail: dev-h...@mina.apache.org

Reply via email to