mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
implement output buffer shutdown
This commit is contained in:
parent
db83256bcf
commit
ee8d896d60
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue