diff --git a/DDV_Controller/main.cpp b/DDV_Controller/main.cpp index 184f4a9c..6eff8cab 100644 --- a/DDV_Controller/main.cpp +++ b/DDV_Controller/main.cpp @@ -154,6 +154,7 @@ int main() { if (!it->C.connected()){ it->C.close(); users.erase(it); + break; } if (it->H.Read(it->C)){ Response.clear(); //make sure no data leaks from previous requests