mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-25 23:44:35 +00:00
Immediately disconnect connection on disconnect request.
The disconnect handling logic is broken on the client, after the symbol resolution was moved to a separate thread. Use workaround until a proper fix is available.
This commit is contained in:
parent
14392a6e0e
commit
9b624049a5
@ -7738,7 +7738,8 @@ void Worker::ReadTimeline( FileRead& f, Vector<short_ptr<GpuEvent>>& _vec, uint6
|
||||
|
||||
void Worker::Disconnect()
|
||||
{
|
||||
Query( ServerQueryDisconnect, 0 );
|
||||
//Query( ServerQueryDisconnect, 0 );
|
||||
Shutdown();
|
||||
m_disconnect = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user