Yup, "in start! 2147483647."

On Mon, Jun 11, 2012 at 4:15 PM, Daniel Kulp <[email protected]> wrote:
> SelectChannelConnector con = new SelectChannelConnector() {
>  public void doStart() throws Exception {
>     System.out.println("in start! " + getMaxIdleTime());
>     super.doStart();
>  }
> }

Reply via email to