def kill(self): """Kill the main association thread loop.""" self._kill = True self.is_established = False while not self.dul.stop_dul(): time.sleep(0.001) self.ae.cleanup_associations()