Skip to content
Snippets Groups Projects
Verified Commit f5950a83 authored by David Hoese's avatar David Hoese
Browse files

Fix loggernet receiver not properly setting its start flag

parent 141bcbf7
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,7 @@ class LDMPReceiver(object):
def start(self):
if self._started:
raise RuntimeError("Receiver already started")
self._started = True
# kill thread event (if cleared, stop processing)
self._run_event = mp.Event()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment