Add replace participant for udp participant constructor
This commit is contained in:
parent
2e40331ad3
commit
0c74320271
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user