From aad381c8854ce0f1369f1edf066f0ca58168c42f Mon Sep 17 00:00:00 2001
From: Dave Behnke <916775+dbehnke@users.noreply.github.com>
Date: Thu, 1 Jan 2026 15:03:59 -0500
Subject: [PATCH] feat(reflector): rate limit orphaned frame warnings to once
per minute
---
reflector/Protocol.cpp | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
diff --git a/reflector/Protocol.cpp b/reflector/Protocol.cpp
index 132d6fa..e8680e7 100644
--- a/reflector/Protocol.cpp
+++ b/reflector/Protocol.cpp
@@ -16,6 +16,10 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see .
+#include
+#include