mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 07:54:36 +00:00
Don't send query if no connection to client.
Fixes chrome import.
This commit is contained in:
parent
65d146ddca
commit
ef9bcb6696
@ -2781,7 +2781,7 @@ void Worker::CheckThreadString( uint64_t id )
|
||||
m_data.threadNames.emplace( id, "???" );
|
||||
m_pendingThreads++;
|
||||
|
||||
Query( ServerQueryThreadString, id );
|
||||
if( m_sock.IsValid() ) Query( ServerQueryThreadString, id );
|
||||
}
|
||||
|
||||
void Worker::CheckExternalName( uint64_t id )
|
||||
|
Loading…
Reference in New Issue
Block a user