don't shut down automatically

This commit is contained in:
Jakob Ketterl 2024-01-28 17:19:48 +01:00
parent 3cca3f82ed
commit cb7e29f7bd

View file

@ -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")