During our development of an iOS application utilising the SAP BTP SDK, we've noticed that when we fetch multiple pieces of data, the HTTP-calls to SAP is executed by SAP sequentially. That means, if we from our iOS app send 6 HTTP GET requests, the ...