As the title says, how many maximum parallel websocket connections can we have? is it 3 or 5, according to docs it should be 5 for a plus user, if I am not wrong, but at many other threads I’ve seen the max is apparently 3.
And I think it’s 3 as I am failing to create 4th websocket connection in my server…. the creation of 4th one fails.
I just reduced it to 3… and it’s still failing. I think the issue might be that I am doing this websocket creation from newly plus account, I subscribed to trial version recently, so it might be that it hasn’t synced yet, or the trial version only supports 2 connections like regular user?
I do have a plus account which isn’t trial version, so I’ll check that out… meanwhile may I know how long the limits might take to sync for this trial plus account? If they ever will.
tried this with a “real” plus account, and still it seems like 3 sockets are the limit? the 4th one is getting created… but after a while… getting disconnected “connection reset by peer”
NVM, after checking the docs again and again… finally found the issue. The thing is I recently switched from option_greeks mode to full mode. But still put 3000 instruments as the limit as that was what I remembered from when I was using option_greeks mode. But 2000 instrument is the limit for full mode.
That was the issue for the data only receiving in last connected websocket.
Though I am still unsure about the maximum websocket connections, as currently 3 is working, need to check more.
Hi @SHAIK_43162122
Both Plus and Trial users have access to 5 WebSocket connections.
In some cases, if the client does not disconnect properly, the connection may remain active on the server. This can lead to inconsistent behaviour when you try to establish new connections.
Please review your disconnect and error-handling logic to ensure that connections are closed cleanly.
Additionally, please share your six-digit user ID so we can investigate this further on our end.