Await for close of the channels. See #235
This commit is contained in:
parent
7045831687
commit
16bbd31330
@ -42,6 +42,6 @@ public class DefaultLocalServerChannelFactory implements LocalServerChannelFacto
|
||||
*/
|
||||
@Override
|
||||
public void releaseExternalResources() {
|
||||
group.close();
|
||||
group.close().awaitUninterruptibly();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user