Await for close of the channels. See #235
This commit is contained in:
parent
019d942a28
commit
07ff3d76cd
@ -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