Description
The following is Scott's report. We need to review it and apply the patch if necessary.
On 12/1/06, Scott C. Ripley <scott@scottripley.com> wrote:
hey all,
in order to get the mina-1.0.0 proxy example to work (as anticipated),
i had to modify:
ServerToProxyIoHandle.java
//...
public class ServerToProxyIoHandler extends AbstractProxyIoHandler
{
// previously empty method, added:
public void sessionOpened( final IoSession session ) throws Exception
}
//...
- am i missing anything?
- is this bad form, given the example?