From 19a5c5d4d580759e0045ddc6ab724da773cfcecb Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Fri, 27 Jun 2025 17:45:52 +0200 Subject: [PATCH] Cleanup, but still crashes after about 20-30 secs. --- Participants/ParticipantUDP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Participants/ParticipantUDP.cpp b/Participants/ParticipantUDP.cpp index e806493..66adb7c 100644 --- a/Participants/ParticipantUDP.cpp +++ b/Participants/ParticipantUDP.cpp @@ -196,7 +196,7 @@ void ParticipantUDPGeneric::Update(bool recurse) { this->nextPublishMe = currentTimeMs + this->publishInterval; } - this->ReceiveUDP(); + //this->ReceiveUDP(); } UpdateMyThings();