|
@@ -593,13 +593,9 @@ class BotAgent:
|
|
|
registry.BOT_AGENT_LIVES.set(self.user_part_pool.qsize())
|
|
|
self.ep.libHandleEvents(200)
|
|
|
|
|
|
- self.logger.info("create pjsua will shutdown 1111")
|
|
|
self.call_players.clear()
|
|
|
- self.logger.info("create pjsua will shutdown 2222")
|
|
|
self.accounts.clear()
|
|
|
- self.logger.info("create pjsua will shutdown 3333")
|
|
|
self.calls.clear()
|
|
|
- self.logger.info("create pjsua will shutdown 4444")
|
|
|
# Destroy the library
|
|
|
self.ep.libDestroy()
|
|
|
self.logger.info("create pjsua already shutdown")
|