hs-proxy: Keep track of clientCtx and client when starting application
[apps/agl-service-homescreen.git] / src / hs-clientmanager.cpp
index 7c2adc5..beac816 100644 (file)
@@ -184,6 +184,7 @@ int HS_ClientManager::handleRequest(afb_req_t request, const char *verb, const c
         std::string id(appid);
         auto ip = client_list.find(id);
         if(ip != client_list.end()) {
+           // FIXME: do another verification here in case the application died
             ret = ip->second->handleRequest(request, verb);
         }
         else {