Exemple #1
0
 def stopclient(self, msg):
     DispatchAgent.stop(self, msg)
     if self.commClient:
         self.commClient.stop()
Exemple #2
0
	def stop(self, msg):
		self.stopFlood(msg)
		DispatchAgent.stop(self, msg)
Exemple #3
0
 def stopclient(self, msg):
     DispatchAgent.stop(self, msg)
     if self.commClient:
         self.commClient.stop()