mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
implement output buffer shutdown
This commit is contained in:
parent
db83256bcf
commit
ee8d896d60
|
|
@ -19,6 +19,8 @@ class Chain(Flow):
|
|||
w2.setInput(buffer)
|
||||
|
||||
def stop(self):
|
||||
if self.output is not None:
|
||||
self.output.stop()
|
||||
for w in self.workers:
|
||||
w.stop()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue