Add replace participant for udp participant constructor

This commit is contained in:
Pascal Serrarens 2025-06-04 15:14:22 +02:00
parent 2e40331ad3
commit 0c74320271

View File

@ -70,6 +70,7 @@ class ParticipantUDP(Participant):
self.remote_site = Participant(ip_address, port)
Participant.AddParticipant(self)
Participant.ReplaceLocalParticipant(self)
self.buffer: bytearray = bytearray(256)