From 1f07a4ce354f3e17b9adcd370b2c85e7847a2f4a Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 13 Jun 2021 01:08:04 +0200 Subject: [PATCH] One more query to acknowledge. --- client/TracyProfiler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index 72a3454b..b440995c 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -3260,6 +3260,7 @@ void Profiler::HandleSymbolCodeQuery( uint64_t symbol, uint32_t size ) // but not readable. if( !EnsureReadable( symbol ) ) { + AckServerQuery(); return; } #endif