DavidLiu 3 tháng trước cách đây
mục cha
commit
3426ca2752
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/core/callcenter/agent.py

+ 1 - 0
src/core/callcenter/agent.py

@@ -287,6 +287,7 @@ class AgentOperService:
                 continue
             for k,v in members.items():
                 check_out_daemon(name, k, v)
+            time.sleep(1)
 
     def __del__(self):
         self.daemon_stopping = True