Exemple #1
0
 def config_timeout_callback(self):
     """Called when configuration is finished.
     """
     BaseThread.config_timeout_callback(self)
     if self._server is not None:
         self._server.shutdown()
         self._server = None