Maximum Number of Parallel Websocket Connections per Access Token?

Hello team,

Can you please confirm the maximum number of parallel websocket connections that could be safely opened per access token? I went through this answer but it’s kind of confusing. Is the answer 3 connections or just 1 connection?

I’m asking because I’m planning to open 3 websockets in parallel for my custom application.

Thanks in advance.

1 Like

Yes, You are permitted to have a maximum of 3 parallel sockets per access token.

1 Like

Ok, thanks for the confirmation Pradeep.