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 ?
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.