Fix tcp server burns cpu cycles when no connections, and does not close some connections

This commit is contained in:
2025-12-13 21:55:37 -05:00
parent f769ce3ca0
commit 17606bc98d
3 changed files with 24 additions and 11 deletions

View File

@@ -2,6 +2,8 @@
// Created by Johnathon Slightham on 2025-05-25.
//
#include <ranges>
#include "MessagingInterface.h"
#include "AngleControlMessageBuilder.h"
#include "ConfigManager.h"