@sujith @rakeshr Any update on client provided GUID/UUID?
And if it's not present how can the client confidently retry request in case of failure without the risk of duplicate orders?
@sujith This is probably happening because response is not being closed in the library at any place:
https://github.com/zerodha/javakiteconnect/blob/master/kiteconnect/src/com/zerodhatech/kiteconnect/kitehttp/KiteRequestHandler.java#L84
https://git…