Await for close of the channels. See #235

This commit is contained in:
Norman Maurer 2012-04-09 20:07:45 +02:00
parent 7045831687
commit 16bbd31330

View File

@ -42,6 +42,6 @@ public class DefaultLocalServerChannelFactory implements LocalServerChannelFacto
*/
@Override
public void releaseExternalResources() {
group.close();
group.close().awaitUninterruptibly();
}
}