Trying to understand why WebSocket connections drop unexpectedly when pushing 1000 concurrent users through a BYOC Edge deployment. The JMeter script holds steady until this threshold, then failures spike rapidly.
Seeing standard 1006 Abnormal Closure errors in the logs. No 429 rate limits or 401 auth issues detected on the API side. The connection seems to just vanish.
Using Java SDK v2.1.0. Is there a hidden session limit per Edge instance that documentation misses? Need to validate capacity planning for our load tests.