self.logger.debug("keep alive count %s is > than max keep alive count %s, sending publish event",self._keep_alive_count,self.data.RevisedMaxKeepAliveCount)
returnTrue
self._keep_alive_count+=1
print("no publish result")
returnFalse
defpublish_results(self):
self.logger.debug("looking for results and publishing")
#self.logger.debug("looking for results and publishing")
ifself.has_published_results():#FIXME: should I pop a publish request here? or I do not care?