I just want to understand the concurrent rate through WebSockets fully.
If the limit is 100 concurrent users, does this mean entire site + subdomains is limited to 100 concurrent?
Curious if I run multiple servers, and route them to wss1.example.com/wss2.example.com…
would that raise this limit to 200+ (overall 100 per websocket server)