Quick question about the WebChat WebSocket connection limits. I am running a JMeter script to simulate 500 concurrent chat sessions. The connections establish, but after 100 users, the backend starts dropping messages with this error:
429 Too Many Requests
The API docs mention rate limits for REST calls, but this is a persistent WebSocket. Is there a specific threshold for simultaneous active chats per org, or is my JMeter thread group configuration incorrect?