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
5433e8d8
Commit
5433e8d8
authored
Jun 22, 2020
by
Tim Schoof
Browse files
Do not clear event in run to avoid race condition
parent
bb036bef
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AsapoWorker/streamer.py
View file @
5433e8d8
...
...
@@ -93,7 +93,6 @@ class Streamer:
def
run
(
self
):
log
.
info
(
"Start stream processing."
)
self
.
stopped
.
clear
()
try
:
while
not
self
.
stopped
.
is_set
():
success
=
self
.
_process_stream
()
...
...
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