connection handling fix
This commit is contained in:
parent
2121739925
commit
b7fc6a9c87
@ -15,12 +15,12 @@ class OpenWebRxClient(object):
|
|||||||
def __init__(self, conn):
|
def __init__(self, conn):
|
||||||
self.conn = conn
|
self.conn = conn
|
||||||
|
|
||||||
ClientRegistry.getSharedInstance().addClient(self)
|
|
||||||
|
|
||||||
self.dsp = None
|
self.dsp = None
|
||||||
self.sdr = None
|
self.sdr = None
|
||||||
self.configSub = None
|
self.configSub = None
|
||||||
|
|
||||||
|
ClientRegistry.getSharedInstance().addClient(self)
|
||||||
|
|
||||||
pm = PropertyManager.getSharedInstance()
|
pm = PropertyManager.getSharedInstance()
|
||||||
|
|
||||||
self.setSdr()
|
self.setSdr()
|
||||||
|
Loading…
Reference in New Issue
Block a user