def stopclient(self, msg): DispatchAgent.stop(self, msg) if self.commClient: self.commClient.stop()
def stop(self, msg): self.stopFlood(msg) DispatchAgent.stop(self, msg)