DavidLiu 3 months ago
parent
commit
484e9a3de7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/core/voip/bot.py

+ 3 - 0
src/core/voip/bot.py

@@ -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