close the selection on shutdown

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@920325 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2010-03-08 14:07:29 +00:00
parent f392884e31
commit 192ea889ee
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class NIOTransport extends TcpTransport {
} }
protected void doStop(ServiceStopper stopper) throws Exception { protected void doStop(ServiceStopper stopper) throws Exception {
selection.disable(); selection.close();
super.doStop(stopper); super.doStop(stopper);
} }
} }