|
@@ -709,15 +709,18 @@ class BotAgent:
|
|
|
|
|
|
def destroy(self):
|
|
|
self.is_stopping = True
|
|
|
+ self.logger.info("destroy, come in 11111")
|
|
|
try:
|
|
|
while not self.user_part_pool.empty():
|
|
|
self.user_part_pool.get_nowait()
|
|
|
except:
|
|
|
pass
|
|
|
+ self.logger.info("destroy, come in 22222")
|
|
|
self.accounts.clear()
|
|
|
self.calls.clear()
|
|
|
# Destroy the library
|
|
|
self.ep.libDestroy()
|
|
|
+ self.logger.info("destroy, come in 33333")
|
|
|
|
|
|
if not self.pjsua_thread.is_alive():
|
|
|
return
|