session close bug?

2009-11-23 Thread houzhanbin
hi,all when I use client connector and call session.close(),it doesn't work. I use tcpdump and netstat and find that the connection is still established after session.close(). I use jdk 1.5.04 to compile it and running it under jdk 1.5.04 ubuntu 8.10, and then the problem occurs. But it

Re: session close bug?

2009-11-23 Thread Emmanuel Lecharny
houzhanbin wrote: hi,all when I use client connector and call session.close(),it doesn't work. I use tcpdump and netstat and find that the connection is still established after session.close(). Which version of MINA ? I use jdk 1.5.04 to compile it and running it under jdk 1.5.04 ubunt