Remove gracefullyShutdown of EventLoopGroops
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / BGPDispatcherImpl.java
index fac6fa696f1c92840c74c3efadae653bfe0c522c..4034eec7a381dc516125d4209e4865f25373bae1 100644 (file)
@@ -109,11 +109,6 @@ public class BGPDispatcherImpl implements BGPDispatcher, AutoCloseable {
 
     @Override
     public void close() {
-        try {
-            this.workerGroup.shutdownGracefully();
-        } finally {
-            this.bossGroup.shutdownGracefully();
-        }
     }
 
     @Override