Is KiteConnect thread safe?

sudipto
Can I make simultaneous calls e.g. KiteConnect.PlaceOrder() from two different threads safely? One of the calls could be in progress while the other call is made. Will each thread be able to execute safely, or do I have to put locks so that the calls are placed one after the other?
This discussion has been closed.