Two Websocket in same computer

Guhan
I am planning to use more two websocket connection in single computer
1) will subscription and unsubscription of instrument token of one websocket affect other?
2) is there any scenario I have to take care of before implementing it?
  • SRIJAN
    1. No, because all websocket connections are independent.
    2. There can be maximum of 3 websocket connections for single api_key.
Sign In or Register to comment.