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:
parent
0a954fda87
commit
0168ab6535
@ -3223,6 +3223,7 @@ void Profiler::HandleSymbolQuery( uint64_t symbol )
|
|||||||
// but not readable.
|
// but not readable.
|
||||||
if( !EnsureReadable( symbol ) )
|
if( !EnsureReadable( symbol ) )
|
||||||
{
|
{
|
||||||
|
AckServerQuery();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
# endif
|
# endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user