the ServiceHandler is fully passive
This commit is contained in:
parent
a36f106c72
commit
6619a1b4a6
@ -188,7 +188,7 @@ class ServiceHandler(object):
|
||||
self.scheduler = ServiceScheduler(self.source, props["schedule"])
|
||||
|
||||
def getClientClass(self):
|
||||
return SdrSource.CLIENT_BACKGROUND
|
||||
return SdrSource.CLIENT_INACTIVE
|
||||
|
||||
def onStateChange(self, state):
|
||||
if state == SdrSource.STATE_RUNNING:
|
||||
|
Loading…
Reference in New Issue
Block a user