Question about nature of web sockets

blackCaesaris
The documentation mentions that we can have 3 web sockets open at any point in time.

Does that mean Kite supports 3 separate instances of web socket clients listening on 3 different ports on the machine?
  • rakeshr
    WebSocket doesn't need a specific port assignment at the receiver end. Kite supports multiple WebSocket connections without the necessity of binding to separate ports. You can create three separate instances of WebSocket clients to listen through the Kite Connect API websocket.
Sign In or Register to comment.