implement device shutdown on deletion or lack of profiles
This commit is contained in:
@ -214,3 +214,6 @@ class DspManager(csdr.output, SdrSourceEventClient):
|
||||
def onFail(self):
|
||||
logger.debug("received onFail(), shutting down DspSource")
|
||||
self.dsp.stop()
|
||||
|
||||
def onShutdown(self):
|
||||
self.dsp.stop()
|
||||
|
Reference in New Issue
Block a user