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

Don't block when polling for broadcast messages.

This commit is contained in:
Bartosz Taudul
2020-09-20 22:06:28 +02:00
parent 59a481451b
commit 0814812e9b
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ static void DrawContents()
{
tracy::IpAddress addr;
size_t len;
auto msg = broadcastListen->Read( len, addr );
auto msg = broadcastListen->Read( len, addr, 0 );
if( msg )
{
assert( len <= sizeof( tracy::BroadcastMessage ) );