Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
telemersion
Telemersive Switchboard
Commits
834ec7b4
Commit
834ec7b4
authored
Aug 12, 2021
by
root
Browse files
fixed introduced bug that prevented to send messages from many to one
parent
39e6401f
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxies/udp_one2manybi.py
View file @
834ec7b4
...
...
@@ -67,7 +67,7 @@ class One2ManyBiProxy(multiprocessing.Process):
del
self
.
active_endpoints
[
one_addr
]
else
:
try
:
self
.
s
ink
.
sendto
(
many_data
,
one_addr
)
self
.
s
ource
.
sendto
(
many_data
,
one_addr
)
except
BlockingIOError
:
continue
elif
sock
.
getsockname
()[
1
]
==
self
.
one_port
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment