Skip to content
Snippets Groups Projects
Commit 0b603f97 authored by Jan David Mol's avatar Jan David Mol
Browse files

Fix endless recursion

parent d59620d8
Branches
Tags
No related merge requests found
......@@ -183,7 +183,7 @@ class UDP_Receiver(Thread):
self.stream_on = False
logging.info("Sent shutdown to UDP thread for {}:{}".format(self.host, self.port))
self.join(timeout)
super().join(timeout)
if self.isAlive():
# happens if timeout is hit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment