Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FS-SC
AsapoWorker
Commits
a22a4749
Commit
a22a4749
authored
Jan 07, 2021
by
Mikhail Karnevskiy
Browse files
Apply 1 suggestion(s) to 1 file(s)
parent
4b89063b
Pipeline
#1952
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/AsapoWorker/streamer.py
View file @
a22a4749
...
...
@@ -240,7 +240,8 @@ class Streamer:
def
run
(
self
):
try
:
threading
.
current_thread
().
name
=
f
"substream_
{
self
.
receiver
.
substream
}
"
threading
.
current_thread
().
name
=
"substream_{}"
.
format
(
self
.
receiver
.
substream
)
if
self
.
metadata_receiver
:
log
.
info
(
"Waiting for substream metadata"
)
while
not
self
.
stopped
.
is_set
():
...
...
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