For WebSocket over CF, is the limit for subdomains?

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)

I’ve never seen a specific number for the limit. It’s somewhat flexible:

1 Like