Ejemplo n.º 1
0
 def stop(self):
     self.log.debug("Stopping the thread of the network client")
     AbstractActor.stop(self)
Ejemplo n.º 2
0
    def stop(self):
        self.log.debug("Stopping the thread of the network server")

        self.close()
        AbstractActor.stop(self)