1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Server queries must be always acknowledged.

This commit is contained in:
Bartosz Taudul
2021-06-12 14:41:53 +02:00
parent 0a954fda87
commit 0168ab6535
+1
View File
@@ -3223,6 +3223,7 @@ void Profiler::HandleSymbolQuery( uint64_t symbol )
// but not readable.
if( !EnsureReadable( symbol ) )
{
AckServerQuery();
return;
}
# endif