Ejemplo n.º 1
0
 def handle_close(self):
     self.logger.debug("disconnected from server")
     if (self.sock != None):
         self.logger.debug('closing socket')
         self.sock.close()
     self.stop_threads()
     FasitHandler.handle_close(self)
Ejemplo n.º 2
0
 def handle_close(self):
     # Lost connection to remote target
     # TODO - error - send error back to TRACR
     FasitHandler.handle_close(self)