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
b78ac0a0
Commit
b78ac0a0
authored
Apr 24, 2021
by
froehlich martin - mfroehli
Browse files
Update udp_one2manymo.py with explicit socket close method.
parent
d5ab4303
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxies/udp_one2manymo.py
View file @
b78ac0a0
...
...
@@ -69,6 +69,9 @@ class One2ManyMoProxy(multiprocessing.Process):
self
.
sink
.
sendto
(
data
,
client
)
except
:
self
.
logger
.
exception
(
'Oops, something went wrong!'
,
extra
=
{
'stack'
:
True
})
self
.
source
.
close
()
self
.
sink
.
close
()
def
stop
(
self
):
self
.
kill_signal
.
value
=
True
...
...
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