mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-21 06:13:45 +00:00
don't shut down automatically
This commit is contained in:
parent
3cca3f82ed
commit
cb7e29f7bd
1 changed files with 0 additions and 3 deletions
|
|
@ -772,9 +772,6 @@ class DspManager(SdrSourceEventClient, ClientDemodulatorSecondaryDspEventClient)
|
|||
if self.startOnAvailable:
|
||||
self.chain.setReader(self.sdrSource.getBuffer().getReader())
|
||||
self.startOnAvailable = False
|
||||
elif state is SdrSourceState.STOPPING:
|
||||
logger.debug("received STATE_STOPPING, shutting down DspSource")
|
||||
self.stop()
|
||||
|
||||
def onFail(self):
|
||||
logger.debug("received onFail(), shutting down DspSource")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue