KiteConnect in multhread access

parikh
Hi,

I have a question is the Kiteconnect class does multithread support. If one thread is sending order can another thread also use the same Kiteconnect object to send the order simultaneously Or I have to clone and create a new KiteConnect object everytime ?
  • sujith
    Kite Connect just exposes a bunch of methods that make API calls, it is up to the end-user, how they want to write the program. You can create and maintain any number of threads.
  • parikh
    @Suijth, My question is Kiteconnect library is thread safe or not ?
Sign In or Register to comment.