mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-02-08 08:24:17 +01:00
unset buffer since it can't be reused
This commit is contained in:
parent
91be89e44e
commit
2783091cea
|
|
@ -268,6 +268,7 @@ class SdrSource(ABC):
|
|||
if self.socketClient is not None:
|
||||
self.socketClient.stop()
|
||||
self.socketClient = None
|
||||
self.buffer = None
|
||||
|
||||
def hasClients(self, *args):
|
||||
clients = [c for c in self.clients if c.getClientClass() in args]
|
||||
|
|
|
|||
Loading…
Reference in a new issue