From 07509bd34740806c25dd677019eb6e35cb0f938a Mon Sep 17 00:00:00 2001 From: Tom Early Date: Tue, 14 May 2024 18:27:50 -0700 Subject: [PATCH] some redesign of TC socket --- Controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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