diff --git a/Controller.cpp b/Controller.cpp index 3779131..ce86d42 100644 --- a/Controller.cpp +++ b/Controller.cpp @@ -250,7 +250,7 @@ void CController::ReadReflectorThread() { while (keep_running) { - tcClient.CheckConnections(); + tcClient.ReConnect(); std::queue> queue; // wait up to 100 ms to read something on the unix port