def stop(self): self.log.debug("Stopping the thread of the network client") AbstractActor.stop(self)
def stop(self): self.log.debug("Stopping the thread of the network server") self.close() AbstractActor.stop(self)