Explorar el Código

doKeepAlive active in reg

BeyondWUXF hace 1 año
padre
commit
d6e5fa7d6d
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      servant/libservant/AdapterProxy.cpp

+ 5 - 0
servant/libservant/AdapterProxy.cpp

@@ -1002,6 +1002,11 @@ void AdapterProxy::doTimeout()
 
 void AdapterProxy::doKeepAlive()
 {
+    if (!isActiveInReg()) 
+    {
+        return;
+    }
+    
     if (!checkActive(false))
     {
         return;