mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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_data.threadNames.emplace( id, "???" );
|
||||||
m_pendingThreads++;
|
m_pendingThreads++;
|
||||||
|
|
||||||
Query( ServerQueryThreadString, id );
|
if( m_sock.IsValid() ) Query( ServerQueryThreadString, id );
|
||||||
}
|
}
|
||||||
|
|
||||||
void Worker::CheckExternalName( uint64_t id )
|
void Worker::CheckExternalName( uint64_t id )
|
||||||
|
Loading…
Reference in New Issue
Block a user