Cleanup, but still crashes after about 20-30 secs.

This commit is contained in:
Pascal Serrarens 2025-06-27 17:45:52 +02:00
parent f20ebd7ad2
commit 19a5c5d4d5

View File

@ -196,7 +196,7 @@ void ParticipantUDPGeneric::Update(bool recurse) {
this->nextPublishMe = currentTimeMs + this->publishInterval;
}
this->ReceiveUDP();
//this->ReceiveUDP();
}
UpdateMyThings();