mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-05 06:25:19 +00:00
check closed condition after aquiring the lock to avoid deadlocks
This commit is contained in:
parent
2ce7d943fa
commit
f3dcf5c320
2 changed files with 16 additions and 19 deletions
|
|
@ -513,8 +513,6 @@ class DspManager(SdrSourceEventClient, ClientDemodulatorSecondaryDspEventClient)
|
|||
|
||||
self.sdrSource.addClient(self)
|
||||
|
||||
super().__init__()
|
||||
|
||||
def setSecondaryFftSize(self, size):
|
||||
self.chain.setSecondaryFftSize(size)
|
||||
self.handler.write_secondary_dsp_config({"secondary_fft_size": size})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue