Bug 6472 - JsonRpcEndpoint Reaper Thread's daemon property is not set
[ovsdb.git] / library / impl / src / main / java / org / opendaylight / ovsdb / lib / impl / OvsdbConnectionService.java
index a8c380470f900a7109d0ff8fe02acd6f2eedd056..4ce17fa0813c757535da2bfe893336db29ecdc46 100644 (file)
@@ -461,6 +461,7 @@ public class OvsdbConnectionService implements AutoCloseable, OvsdbConnection {
     @Override
     public void close() throws Exception {
         LOG.info("OvsdbConnectionService closed");
+        JsonRpcEndpoint.close();
     }
 
     @Override