Ejemplo n.º 1
0
 internal void Shutdown()
 {
     allChannels.Close().AwaitUninterruptibly();
     tcpServer.ReleaseExternalResources();
     udpServer.ReleaseExternalResources();
 }
Ejemplo n.º 2
0
 public virtual void Close()
 {
     allChannels.Close().AwaitUninterruptibly();
     bossGroup.ShutdownGracefully();
     workerGroup.ShutdownGracefully();
 }