zhushixia

Results 3 issues of zhushixia

worker_options = WorkerOptions( agent_name=AGENT_NAME, request_fnc=define_request_fnc, entrypoint_fnc=entrypoint, load_fnc=memory_only_load_function, job_executor_type=JobExecutorType.THREAD, load_threshold=0.9, port=8081 ) cli.run_app(worker_options) Hello, I used job_executor_type=JobExecutorType.THREAD on ubuntu to create 1000 rooms(One agent per room) ,and the memory occupied by...

question

hi, master, I also have a memory leak issue, when i use python-sdk to create 4000 rooms each time (client uses Room objects to connect the room), and then exit,...

hi, master when i Connect to the livekit server through python sdk (7880). The server is configured with tcp_port: 7881 and udp_port: 7882, but I found that the traffic of...