Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
0a8175ac
Commit
0a8175ac
authored
Jan 31, 2018
by
Gottfried Gaisbauer
Browse files
one should release the mutex
parent
bc14c84b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
modules/communication/liquidsoap/client.py
View file @
0a8175ac
...
...
@@ -95,10 +95,6 @@ class LiquidSoapClient:
data
=
''
;
# otherwise sometimes messages will be mixed together
try
:
# set timeout
self
.
client
.
settimeout
(
timeout
)
...
...
@@ -119,6 +115,7 @@ class LiquidSoapClient:
except
Exception
as
e
:
print
(
e
)
self
.
mutex
.
release
()
pass
return
data
...
...
modules/liquidsoap/simplestmixer.log
View file @
0a8175ac
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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