fix subscription handling
This commit is contained in:
parent
b85d801121
commit
53553fcce2
@ -295,9 +295,8 @@ class OpenWebRxReceiverClient(OpenWebRxClient, SdrSourceEventClient):
|
|||||||
self.stopDsp()
|
self.stopDsp()
|
||||||
CpuUsageThread.getSharedInstance().remove_client(self)
|
CpuUsageThread.getSharedInstance().remove_client(self)
|
||||||
ClientRegistry.getSharedInstance().removeClient(self)
|
ClientRegistry.getSharedInstance().removeClient(self)
|
||||||
if self.configSub is not None:
|
while self.configSubs:
|
||||||
self.configSub.cancel()
|
self.configSubs.pop().cancel()
|
||||||
self.configSub = None
|
|
||||||
super().close()
|
super().close()
|
||||||
|
|
||||||
def stopDsp(self):
|
def stopDsp(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user