Hello,
Our application uses MINA (1.1.0) on both the client and server interfaces. When I try to insert an instance of ProtocolCodecFilter in each of the Configs (Acceptor and Connector configs), it throws an exception with the message - "A filter chain cannot contain more than one ProtocolCodecFilter.".
The error is thrown from onPreAdd method of ProtocolCodecFilter class.

Do I need to supply the protocol codec filter to one of the configs? either connector or acceptor config? How does the codec filter setting in one config affect the other?

Thank you for your time

regards
Raju

Reply via email to