it seems there is a hard limit of only 200 connections, is it still the same or it got extended.
Another pointer being, does it have any performance improvement when we create multiple websocket connections with each connection subscribed to say 20 instruments, so as to distribute the load onto one connection and also to solve the above issues in case of such. Let know if such implementation is allowed or not.
Hi @mnkartik, Websockets still has hard limit of 200. You can subscribe for all 200 in one connection only but you will have to handle data properly. If not possible go for multiple connection. As @vivek mentioned in the above post, we have tested for 65 scrips and it is working fine. Go ahead try it out.
Websockets still has hard limit of 200. You can subscribe for all 200 in one connection only but you will have to handle data properly. If not possible go for multiple connection. As @vivek mentioned in the above post, we have tested for 65 scrips and it is working fine. Go ahead try it out.
Checkout docs here.