Exemplo n.º 1
0
 def checktime(self):
     logging.info("begin to check timeout")
     self.websockets = list(filter(lambda x: not x.checktimeout(), self.websockets))
     SubConnectionMgr.check()
Exemplo n.º 2
0
 def checktime(self):
     SubConnectionMgr.check()