Hello All,
I am having a xsjs webservice which opens mutiple connections via the "$.net.http.Client" object. But each of these connections are not being able to be closed using ".close()" method, it gives out an error saying ".close is not a function". And since the multiple client connections are not being closed I am getting the "HttpClient.request: Max open outbound sockets per request reached".
Increasing the "max_open_sockets_per_request" parameter as suggested in https://scn.sap.com/thread/3817055, would not be an option since the number of connections being initiated is dynamic and thus cannot be restricted to a predetermined number in the parameter.
The HANA Version I am using is SPS10 Rev102.
Thanks in advance for helping.
Regards,
Lalu George