Two bugfies, disabling use of TCP client pool
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / repository / Services.java
index f829c7c..1fd08a8 100644 (file)
@@ -47,6 +47,7 @@ public class Services {
 
     public synchronized void put(Service service) {
         logger.debug("Put service: {}", service.getName());
+        service.keepAlive();
         registeredServices.put(service.getName(), service);
     }