Hi Team,
How can I force the call to arcgis.network.analysis module — arcgis 1.4.2 documentation to be async like the REST API?
Currently the library wait for the response synchronously which is bad for us since we wish to host the code in serverless architecture and REST API in POST has a better debug message.
Thanks.