Unable to connect with multiple KiteTicker objects

mmangal
mmangal edited March 2023 in Python client
Hi,

In Kite connect API documentation(https://kite.trade/docs/connect/v3/websocket/) it is mentioned that we can have upto 3 websocket connections for single API key.

I am trying to create 3 objects of KiteTicker KiteTicker(api_key, access_token). After connect i am only getting equities data from my last KiteTicker object. First two objects are disconnecting again and again.


Does python client doesnt support 3 websocket connections ?
  • rakeshr
    Does python client doesnt support 3 websocket connections ?
    All official kiteconnect libraries support 3 websocket connections.
    First two objects are disconnecting again and again.
    Can you paste here the disconnection log? on_error callback will state-out proper disconnection reason.
Sign In or Register to comment.