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